Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dswap_case.c125 *valuep = (PCI_CAP_ID_EXP_OFFSET << 8) | PCI_CAP_ID_PM; in sandbox_swap_case_read_config()
128 *valuep = PCI_CAP_ID_EXP_OFFSET; in sandbox_swap_case_read_config()
130 case PCI_CAP_ID_EXP_OFFSET: in sandbox_swap_case_read_config()
133 case PCI_CAP_ID_EXP_OFFSET + PCI_CAP_LIST_NEXT: in sandbox_swap_case_read_config()
/openbmc/u-boot/test/dm/
H A 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()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h20 #define PCI_CAP_ID_EXP_OFFSET 0x60 macro