Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
H A Daer.c320 pci_read_config_dword(dev, aer + PCI_ERR_ROOT_STATUS, &status); in pci_aer_raw_clear_status()
321 pci_write_config_dword(dev, aer + PCI_ERR_ROOT_STATUS, status); in pci_aer_raw_clear_status()
1480 pci_read_config_dword(rp, aer + PCI_ERR_ROOT_STATUS, &e_src.status); in aer_irq()
1485 pci_write_config_dword(rp, aer + PCI_ERR_ROOT_STATUS, e_src.status); in aer_irq()
1551 pci_read_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, &reg32); in aer_enable_rootport()
1552 pci_write_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, reg32); in aer_enable_rootport()
1586 pci_read_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, &reg32); in aer_disable_rootport()
1587 pci_write_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, reg32); in aer_disable_rootport()
1712 pci_read_config_dword(root, aer + PCI_ERR_ROOT_STATUS, &reg32); in aer_root_reset()
1713 pci_write_config_dword(root, aer + PCI_ERR_ROOT_STATUS, reg32); in aer_root_reset()
H A Daer_inject.c168 case PCI_ERR_ROOT_STATUS: in find_pci_config_dword()
H A Dportdrv.c83 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, in pcie_message_numbers()
/linux/arch/mips/pci/
H A 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/drivers/pci/controller/
H A Dpci-mvebu.c715 case PCI_ERR_ROOT_STATUS: in mvebu_pci_bridge_emul_ext_conf_read()
865 case PCI_ERR_ROOT_STATUS: in mvebu_pci_bridge_emul_ext_conf_write()
H A Dpci-aardvark.c980 case PCI_ERR_ROOT_STATUS: in advk_pci_bridge_emul_ext_conf_read()
1000 case PCI_ERR_ROOT_STATUS: in advk_pci_bridge_emul_ext_conf_write()
/linux/include/uapi/linux/
H A Dpci_regs.h826 #define PCI_ERR_ROOT_STATUS 0x30 macro