Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Daer.c390 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in pci_cleanup_aer_uncorrect_error_status()
394 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in pci_cleanup_aer_uncorrect_error_status()
413 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_fatal_status()
417 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_fatal_status()
445 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in pci_cleanup_aer_error_status_regs()
446 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in pci_cleanup_aer_error_status_regs()
914 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in is_error_source()
1112 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, in aer_get_device_error_info()
1315 pci_read_config_dword(pdev, aer_pos + PCI_ERR_UNCOR_STATUS, &reg32); in aer_enable_rootport()
1316 pci_write_config_dword(pdev, aer_pos + PCI_ERR_UNCOR_STATUS, reg32); in aer_enable_rootport()
Ddpc.c211 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-v5.4/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-v5.4/include/uapi/linux/
Dpci_regs.h725 #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */ macro
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c157 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
163 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
Dlio_main.c297 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
303 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
/Linux-v5.4/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-v5.4/drivers/vfio/pci/
Dvfio_pci_config.c961 p_setd(perm, PCI_ERR_UNCOR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()