Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dpci_regs.h228 #define PCI_CAP_ID_EA 0x14 /* PCI Enhanced Allocation */ macro
229 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA
/external/u-boot/drivers/misc/
Dswap_case.c179 *valuep = (PCI_CAP_ID_EA_ENTRY_CNT << 16) | PCI_CAP_ID_EA; in sandbox_swap_case_read_config()
/external/u-boot/test/dm/
Dpci.c266 cap = dm_pci_find_capability(swap, PCI_CAP_ID_EA); in dm_test_pci_ea()
/external/u-boot/include/
Dpci.h339 #define PCI_CAP_ID_EA 0x14 /* PCI Enhanced Allocation */ macro
340 #define PCI_CAP_ID_MAX PCI_CAP_ID_EA
/external/u-boot/drivers/pci/
Dpci-uclass.c1397 ea_off = dm_pci_find_capability(dev, PCI_CAP_ID_EA); in dm_pci_map_bar()