Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dswap_case.c143 *valuep = (PCI_EXT_CAP_ID_VC_OFFSET << 20) | PCI_EXT_CAP_ID_ERR; in sandbox_swap_case_read_config()
145 case PCI_EXT_CAP_ID_VC_OFFSET: in sandbox_swap_case_read_config()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h24 #define PCI_EXT_CAP_ID_VC_OFFSET 0x200 macro
/openbmc/u-boot/test/dm/
H A Dpci.c241 cap = dm_pci_find_next_ext_capability(swap, PCI_EXT_CAP_ID_VC_OFFSET, in dm_test_pci_cap()