Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c815 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()
/pciutils/lib/
H A Dheader.h60 #define PCI_BIST 0x0f /* 8 bits */ macro