Searched refs:PCI_ERR_ROOT_STATUS (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/pci/pcie/ |
| D | aer.c | 438 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &status); in pci_cleanup_aer_error_status_regs() 439 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, status); in pci_cleanup_aer_error_status_regs() 1240 pci_read_config_dword(rp, pos + PCI_ERR_ROOT_STATUS, &e_src.status); in aer_irq() 1245 pci_write_config_dword(rp, pos + PCI_ERR_ROOT_STATUS, e_src.status); in aer_irq() 1311 pci_read_config_dword(pdev, aer_pos + PCI_ERR_ROOT_STATUS, ®32); in aer_enable_rootport() 1312 pci_write_config_dword(pdev, aer_pos + PCI_ERR_ROOT_STATUS, reg32); in aer_enable_rootport() 1355 pci_read_config_dword(pdev, pos + PCI_ERR_ROOT_STATUS, ®32); in aer_disable_rootport() 1356 pci_write_config_dword(pdev, pos + PCI_ERR_ROOT_STATUS, reg32); in aer_disable_rootport() 1427 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, ®32); in aer_root_reset() 1428 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, reg32); in aer_root_reset()
|
| D | portdrv_core.c | 71 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, in pcie_message_numbers()
|
| D | aer_inject.c | 168 case PCI_ERR_ROOT_STATUS: in find_pci_config_dword()
|
| /Linux-v5.4/arch/mips/pci/ |
| D | pci-octeon.c | 163 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &dconfig); in pcibios_plat_dev_init() 164 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, dconfig); in pcibios_plat_dev_init()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | pci_regs.h | 769 #define PCI_ERR_ROOT_STATUS 48 macro
|