Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dheader.h61 #define PCI_BIST_CODE_MASK 0x0f /* Return result */ macro
/pciutils/
H A Dlspci.c948 printf("\tBIST result: %02x\n", bist & PCI_BIST_CODE_MASK); in show_verbose()