Searched refs:pci_sts (Results 1 – 1 of 1) sorted by relevance
476 unsigned short pci_sts; in sym_log_bus_error() local477 pci_read_config_word(pdev, PCI_STATUS, &pci_sts); in sym_log_bus_error()478 if (pci_sts & 0xf900) { in sym_log_bus_error()479 pci_write_config_word(pdev, PCI_STATUS, pci_sts); in sym_log_bus_error()481 "PCI bus error: status = 0x%04x\n", pci_sts & 0xf900); in sym_log_bus_error()