Home
last modified time | relevance | path

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

/pciutils/
H A Dlspci.c558 word sec_stat = get_conf_word(d, PCI_SEC_STATUS); in show_htype1() local
648 FLAG(sec_stat, PCI_STATUS_66MHZ), in show_htype1()
649 FLAG(sec_stat, PCI_STATUS_FAST_BACK), in show_htype1()
650 FLAG(sec_stat, PCI_STATUS_PARITY), in show_htype1()
651 ((sec_stat & PCI_STATUS_DEVSEL_MASK) == PCI_STATUS_DEVSEL_SLOW) ? "slow" : in show_htype1()
652 ((sec_stat & PCI_STATUS_DEVSEL_MASK) == PCI_STATUS_DEVSEL_MEDIUM) ? "medium" : in show_htype1()
654 FLAG(sec_stat, PCI_STATUS_SIG_TARGET_ABORT), in show_htype1()
655 FLAG(sec_stat, PCI_STATUS_REC_TARGET_ABORT), in show_htype1()
656 FLAG(sec_stat, PCI_STATUS_REC_MASTER_ABORT), in show_htype1()
657 FLAG(sec_stat, PCI_STATUS_SIG_SYSTEM_ERROR), in show_htype1()
[all …]