Searched refs:pci_sts (Results 1 – 1 of 1) sorted by relevance
3726 u_short pci_sts; in sym_log_hard_error() local3727 pci_sts = pci_read_config(np->device, PCIR_STATUS, 2); in sym_log_hard_error()3728 if (pci_sts & 0xf900) { in sym_log_hard_error()3729 pci_write_config(np->device, PCIR_STATUS, pci_sts, 2); in sym_log_hard_error()3731 sym_name(np), pci_sts & 0xf900); in sym_log_hard_error()