Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_EA (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h229 #define PCI_CAP_ID_EA 0x14 /* PCI Enhanced Allocation */ macro
230 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h230 #define PCI_CAP_ID_EA 0x14 /* PCI Enhanced Allocation */ macro
231 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA
/openbmc/u-boot/include/
H A Dpci.h335 #define PCI_CAP_ID_EA 0x14 /* PCI Enhanced Allocation */ macro
336 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA
/openbmc/linux/drivers/pci/
H A Dprobe.c1214 ea = pci_find_capability(dev, PCI_CAP_ID_EA); in pci_ea_fixed_busnrs()
H A Dpci.c3477 ea = pci_find_capability(dev, PCI_CAP_ID_EA); in pci_ea_init()