Home
last modified time | relevance | path

Searched refs:PCI_ERR_UNCOR_STATUS (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/drivers/pci/pcie/
Daer.c254 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_nonfatal_status()
258 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_nonfatal_status()
273 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_fatal_status()
277 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_fatal_status()
308 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_raw_clear_status()
309 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_raw_clear_status()
870 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in is_error_source()
1075 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, in aer_get_device_error_info()
1243 pci_read_config_dword(pdev, aer + PCI_ERR_UNCOR_STATUS, &reg32); in aer_enable_rootport()
1244 pci_write_config_dword(pdev, aer + PCI_ERR_UNCOR_STATUS, reg32); in aer_enable_rootport()
Ddpc.c246 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in dpc_get_aer_uncorrect_severity()
Daer_inject.c148 case PCI_ERR_UNCOR_STATUS: in find_pci_config_dword()
/Linux-v6.6/arch/mips/pci/
Dpci-octeon.c128 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, in pcibios_plat_dev_init()
130 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, in pcibios_plat_dev_init()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h749 #define PCI_ERR_UNCOR_STATUS 0x04 /* Uncorrectable Error Status */ macro
/Linux-v6.6/drivers/pci/controller/
Dpci-mvebu.c704 case PCI_ERR_UNCOR_STATUS: in mvebu_pci_bridge_emul_ext_conf_read()
863 case PCI_ERR_UNCOR_STATUS: in mvebu_pci_bridge_emul_ext_conf_write()
Dpci-aardvark.c970 case PCI_ERR_UNCOR_STATUS: in advk_pci_bridge_emul_ext_conf_read()
999 case PCI_ERR_UNCOR_STATUS: in advk_pci_bridge_emul_ext_conf_write()
/Linux-v6.6/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c155 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
161 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
Dlio_main.c290 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
296 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
/Linux-v6.6/drivers/net/ethernet/marvell/
Dsky2.c2872 err = sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
2873 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_hw_intr()
2878 sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
3269 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_reset()
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_config.c1035 p_setd(perm, PCI_ERR_UNCOR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()