Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv.c139 pci_read_config_dword(pdev, aer_pos + PCI_ERR_ROOT_STATUS, &reg32); in aer_enable_rootport()
140 pci_write_config_dword(pdev, aer_pos + PCI_ERR_ROOT_STATUS, reg32); in aer_enable_rootport()
183 pci_read_config_dword(pdev, pos + PCI_ERR_ROOT_STATUS, &reg32); in aer_disable_rootport()
184 pci_write_config_dword(pdev, pos + PCI_ERR_ROOT_STATUS, reg32); in aer_disable_rootport()
211 pci_read_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, &status); in aer_irq()
219 pci_write_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, status); in aer_irq()
357 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &reg32); in aer_root_reset()
358 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, reg32); in aer_root_reset()
Daerdrv_core.c92 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &status); in pci_cleanup_aer_error_status_regs()
93 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, status); in pci_cleanup_aer_error_status_regs()
Daer_inject.c171 case PCI_ERR_ROOT_STATUS: in find_pci_config_dword()
/linux-4.4.14/arch/mips/pci/
Dpci-octeon.c166 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &dconfig); in pcibios_plat_dev_init()
167 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, dconfig); in pcibios_plat_dev_init()
/linux-4.4.14/drivers/pci/pcie/
Dportdrv_core.c150 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &reg32); in pcie_port_enable_msix()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h726 #define PCI_ERR_ROOT_STATUS 48 macro