Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dswap_case.c131 *valuep = (PCI_CAP_ID_MSIX_OFFSET << 8) | PCI_CAP_ID_EXP; in sandbox_swap_case_read_config()
134 *valuep = PCI_CAP_ID_MSIX_OFFSET; in sandbox_swap_case_read_config()
136 case PCI_CAP_ID_MSIX_OFFSET: in sandbox_swap_case_read_config()
139 case PCI_CAP_ID_MSIX_OFFSET + PCI_CAP_LIST_NEXT: in sandbox_swap_case_read_config()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h21 #define PCI_CAP_ID_MSIX_OFFSET 0x70 macro
/openbmc/u-boot/test/dm/
H A Dpci.c217 ut_asserteq(PCI_CAP_ID_MSIX_OFFSET, cap); in dm_test_pci_cap()