Home
last modified time | relevance | path

Searched refs:PCI_ERR_ROOT_STATUS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/pci/pcie/
Daer.c452 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &status); in pci_cleanup_aer_error_status_regs()
453 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, status); in pci_cleanup_aer_error_status_regs()
1285 pci_read_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, &status); in aer_irq()
1293 pci_write_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, status); in aer_irq()
1377 pci_read_config_dword(pdev, aer_pos + PCI_ERR_ROOT_STATUS, &reg32); in aer_enable_rootport()
1378 pci_write_config_dword(pdev, aer_pos + PCI_ERR_ROOT_STATUS, reg32); in aer_enable_rootport()
1421 pci_read_config_dword(pdev, pos + PCI_ERR_ROOT_STATUS, &reg32); in aer_disable_rootport()
1422 pci_write_config_dword(pdev, pos + PCI_ERR_ROOT_STATUS, reg32); in aer_disable_rootport()
1533 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &reg32); in aer_root_reset()
1534 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, reg32); in aer_root_reset()
Dportdrv_core.c70 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, in pcie_message_numbers()
Daer_inject.c165 case PCI_ERR_ROOT_STATUS: in find_pci_config_dword()
/Linux-v4.19/arch/mips/pci/
Dpci-octeon.c163 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-v4.19/include/uapi/linux/
Dpci_regs.h757 #define PCI_ERR_ROOT_STATUS 48 macro