Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dswap_case.c146 *valuep = (PCI_EXT_CAP_ID_DSN_OFFSET << 20) | PCI_EXT_CAP_ID_VC; in sandbox_swap_case_read_config()
148 case PCI_EXT_CAP_ID_DSN_OFFSET: in sandbox_swap_case_read_config()
/openbmc/u-boot/test/dm/
H A Dpci.c229 ut_asserteq(PCI_EXT_CAP_ID_DSN_OFFSET, cap); in dm_test_pci_cap()
238 ut_asserteq(PCI_EXT_CAP_ID_DSN_OFFSET, cap); in dm_test_pci_cap()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h25 #define PCI_EXT_CAP_ID_DSN_OFFSET 0x300 macro