Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/pcie/
Daer.c258 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_nonfatal_status()
262 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_nonfatal_status()
277 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_fatal_status()
281 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_fatal_status()
312 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_raw_clear_status()
313 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_raw_clear_status()
869 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in is_error_source()
1069 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, in aer_get_device_error_info()
1276 pci_read_config_dword(pdev, aer + PCI_ERR_UNCOR_STATUS, &reg32); in aer_enable_rootport()
1277 pci_write_config_dword(pdev, aer + PCI_ERR_UNCOR_STATUS, reg32); in aer_enable_rootport()
Ddpc.c247 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.15/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.15/include/uapi/linux/
Dpci_regs.h739 #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */ macro
/Linux-v5.15/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c156 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
162 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
Dlio_main.c296 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
302 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
/Linux-v5.15/drivers/net/ethernet/marvell/
Dsky2.c2874 err = sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
2875 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_hw_intr()
2880 sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
3271 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_reset()
/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci_config.c998 p_setd(perm, PCI_ERR_UNCOR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()