Home
last modified time | relevance | path

Searched defs:PCI_DEV (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/util/uio_usbdebug/include/device/
H A Ddevice.h18 #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 Dpci_type.h14 #define PCI_DEV(SEGBUS, DEV, FN) ( \ macro
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dpci.h95 #define PCI_DEV(_bus, _dev, _fn) (0x80000000 | \ macro
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/include/soc/
H A Diosf.h24 #define PCI_DEV(SEGBUS, DEV, FN) ( \ macro