Searched refs:pci_sts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 478 unsigned short pci_sts; in sym_log_bus_error() local 479 pci_read_config_word(pdev, PCI_STATUS, &pci_sts); in sym_log_bus_error() 480 if (pci_sts & 0xf900) { in sym_log_bus_error() 481 pci_write_config_word(pdev, PCI_STATUS, pci_sts); in sym_log_bus_error() 483 "PCI bus error: status = 0x%04x\n", pci_sts & 0xf900); in sym_log_bus_error()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 475 unsigned short pci_sts; in sym_log_bus_error() local 476 pci_read_config_word(pdev, PCI_STATUS, &pci_sts); in sym_log_bus_error() 477 if (pci_sts & 0xf900) { in sym_log_bus_error() 478 pci_write_config_word(pdev, PCI_STATUS, pci_sts); in sym_log_bus_error() 480 "PCI bus error: status = 0x%04x\n", pci_sts & 0xf900); in sym_log_bus_error()
|
Completed in 5 milliseconds