Searched defs:PCI_DEV (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/util/uio_usbdebug/include/device/ |
H A D | device.h | 18 #define PCI_DEV(b, d, f) pci_get_dev(pci_access, 0, b, d, f) macro
|
/aosp_15_r20/external/coreboot/src/include/device/ |
H A D | pci_type.h | 14 #define PCI_DEV(SEGBUS, DEV, FN) ( \ macro
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/ |
H A D | pci.h | 95 #define PCI_DEV(_bus, _dev, _fn) (0x80000000 | \ macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/include/soc/ |
H A D | iosf.h | 24 #define PCI_DEV(SEGBUS, DEV, FN) ( \ macro
|