Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c657 FLAG(sec_stat, PCI_STATUS_SIG_SYSTEM_ERROR), in show_htype1()
726 if (get_conf_word(d, PCI_CB_SEC_STATUS) & PCI_STATUS_SIG_SYSTEM_ERROR) in show_htype2()
873 FLAG(status, PCI_STATUS_SIG_SYSTEM_ERROR), in show_verbose()
/pciutils/lib/
H A Dheader.h44 #define PCI_STATUS_SIG_SYSTEM_ERROR 0x4000 /* Set when we drive SERR */ macro