Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/pcie/
Daer.c404 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in pci_cleanup_aer_uncorrect_error_status()
408 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in pci_cleanup_aer_uncorrect_error_status()
427 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_fatal_status()
431 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_fatal_status()
459 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in pci_cleanup_aer_error_status_regs()
460 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in pci_cleanup_aer_error_status_regs()
927 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in is_error_source()
1122 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, in aer_get_device_error_info()
1381 pci_read_config_dword(pdev, aer_pos + PCI_ERR_UNCOR_STATUS, &reg32); in aer_enable_rootport()
1382 pci_write_config_dword(pdev, aer_pos + PCI_ERR_UNCOR_STATUS, reg32); in aer_enable_rootport()
Daer_inject.c145 case PCI_ERR_UNCOR_STATUS: in find_pci_config_dword()
/Linux-v4.19/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-v4.19/include/uapi/linux/
Dpci_regs.h713 #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */ macro
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c165 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
171 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
Dlio_main.c306 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
312 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c2889 err = sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
2890 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_hw_intr()
2895 sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
3286 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_reset()
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci_config.c965 p_setd(perm, PCI_ERR_UNCOR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()