Searched refs:pci_sts (Results 1 – 1 of 1) sorted by relevance
3741 u_short pci_sts; in sym_log_hard_error() local3742 pci_sts = pci_read_config(np->device, PCIR_STATUS, 2); in sym_log_hard_error()3743 if (pci_sts & 0xf900) { in sym_log_hard_error()3744 pci_write_config(np->device, PCIR_STATUS, pci_sts, 2); in sym_log_hard_error()3746 sym_name(np), pci_sts & 0xf900); in sym_log_hard_error()