Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c800 byte bist; in show_verbose() local
815 bist = get_conf_byte(d, PCI_BIST); in show_verbose()
822 bist = get_conf_byte(d, PCI_BIST); in show_verbose()
828 bist = get_conf_byte(d, PCI_BIST); in show_verbose()
834 bist = 0; in show_verbose()
943 if (bist & PCI_BIST_CAPABLE) in show_verbose()
945 if (bist & PCI_BIST_START) in show_verbose()
948 printf("\tBIST result: %02x\n", bist & PCI_BIST_CODE_MASK); in show_verbose()