Searched full:apid (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/spmi/ |
| H A D | spmi-pmic-arb.c | 113 #define spec_to_hwirq(slave_id, periph_id, irq_id, apid) \ argument 117 (((apid) & 0x3FF) << 0)) 143 * @base_apid: on v7: minimum APID associated with the particular SPMI 147 * @mapping_table: in-memory copy of PPID -> APID mapping table. 149 * @ppid_to_apid: in-memory copy of PPID -> APID mapping table. 150 * @last_apid: Highest value APID in use 152 * @min_apid: minimum APID (used for bounding IRQ search) 153 * @max_apid: maximum APID 209 * @init_apid: finds the apid base and count 210 * @ppid_to_apid: finds the apid for a given ppid. [all …]
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | microchip,mcp3564.yaml | 18 …https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP356… 20 …https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP346… 22 …https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP346…
|
| /linux/arch/s390/include/asm/ |
| H A D | sclp.h | 189 int sclp_ap_configure(u32 apid); 190 int sclp_ap_deconfigure(u32 apid);
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ap.rst | 82 comprised of an AP adapter ID (APID) and an AP queue index (APQI). The 132 an APID from 0-255. If a bit is set, the corresponding adapter is valid for 357 vfio_ap mediated device. To assign/unassign an adapter, the APID of the 481 plugged into the guest (i.e., the bit corresponding to its APID will not be 610 (APID). Each bit in the mask, from left to right, corresponds to an APID from 611 0-255. If a bit is set, the APID belongs to the subset of APQNs marked as 881 * Each APQN derived from the Cartesian product of the APID of the adapter 979 * Each APQN derived from the Cartesian product comprised of the APID of the
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110.h | 289 int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid,
|
| H A D | av7110.c | 697 static inline int SetPIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, in SetPIDs() argument 704 if (vpid == 0x1fff || apid == 0x1fff || in SetPIDs() 707 apid = 0; in SetPIDs() 721 pcrpid, vpid, apid, ttpid, subpid, aflags); in SetPIDs() 724 int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, in ChangePIDs() argument 736 if (!(apid & 0x8000)) in ChangePIDs() 737 av7110->pids[DMX_PES_AUDIO] = apid; in ChangePIDs() 747 ret = SetPIDs(av7110, vpid, apid, ttpid, subpid, pcrpid); in ChangePIDs()
|
| /linux/drivers/iio/adc/ |
| H A D | mcp3564.c | 12 …* https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP3… 14 …* https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP3… 16 …* https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP3…
|
| /linux/drivers/iommu/ |
| H A D | msm_iommu_hw-8xxx.h | 475 #define SET_APID(b, c, v) SET_CONTEXT_FIELD(b, c, FSYNR0, APID, v) 663 #define GET_APID(b, c) GET_CONTEXT_FIELD(b, c, FSYNR0, APID) 1032 #define APID (APID_MASK << APID_SHIFT) macro
|