Home
last modified time | relevance | path

Searched refs:PCI_BIST_CODE_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/txx9/generic/
H A Dpci.c365 if (bist & (PCI_BIST_CODE_MASK | PCI_BIST_START)) in final_fixup()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h85 #define PCI_BIST_CODE_MASK 0x0f /* Return result */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h86 #define PCI_BIST_CODE_MASK 0x0f /* Return result */ macro
/openbmc/u-boot/include/
H A Dpci.h190 #define PCI_BIST_CODE_MASK 0x0f /* Return result */ macro
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c6027 *data = (bist & PCI_BIST_CODE_MASK); in s2io_bist_test()