Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_EXP_OFFSET (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/misc/
Dswap_case.c155 *valuep = (PCI_CAP_ID_EXP_OFFSET << 8) | PCI_CAP_ID_PM; in sandbox_swap_case_read_config()
158 *valuep = PCI_CAP_ID_EXP_OFFSET; in sandbox_swap_case_read_config()
160 case PCI_CAP_ID_EXP_OFFSET: in sandbox_swap_case_read_config()
163 case PCI_CAP_ID_EXP_OFFSET + PCI_CAP_LIST_NEXT: in sandbox_swap_case_read_config()
/external/u-boot/arch/sandbox/include/asm/
Dtest.h20 #define PCI_CAP_ID_EXP_OFFSET 0x60 macro
/external/u-boot/test/dm/
Dpci.c208 ut_asserteq(PCI_CAP_ID_EXP_OFFSET, cap); in dm_test_pci_cap()
220 cap = dm_pci_find_next_capability(swap, PCI_CAP_ID_EXP_OFFSET, in dm_test_pci_cap()