Home
last modified time | relevance | path

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

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