Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dcaps.c36 word status = pci_read_word(d, PCI_STATUS); in pci_scan_trad_caps()
H A Dheader.h30 #define PCI_STATUS 0x06 /* 16 bits */ macro
/pciutils/
H A Dlspci.c848 word status = get_conf_word(d, PCI_STATUS); in show_verbose()
913 word status = get_conf_word(d, PCI_STATUS); in show_verbose()
H A Dls-caps.c1812 if (get_conf_word(d, PCI_STATUS) & PCI_STATUS_CAP_LIST) in show_caps()