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

/u-boot/arch/sandbox/include/asm/
H A Dtest.h31 #define PCI_EXT_CAP_ID_VC_OFFSET 0x200 macro
/u-boot/drivers/misc/
H A Dswap_case.c190 *valuep = (PCI_EXT_CAP_ID_VC_OFFSET << 20) | PCI_EXT_CAP_ID_ERR;
192 case PCI_EXT_CAP_ID_VC_OFFSET:
/u-boot/test/dm/
H A Dpci.c241 /* look up PCI_EXT_CAP_ID_RCRB starting from PCI_EXT_CAP_ID_VC_OFFSET */
242 cap = dm_pci_find_next_ext_capability(swap, PCI_EXT_CAP_ID_VC_OFFSET,

Completed in 98 milliseconds