Searched refs:PCI_ERR_UNCOR_SEVER (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/pci/pcie/
H A Daer.c256 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, &sev);
275 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, &sev);
338 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, cap++);
360 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, *cap++);
378 * We save/restore PCI_ERR_UNCOR_MASK, PCI_ERR_UNCOR_SEVER,
H A Ddpc.c250 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &sev);
H A Daer_inject.c351 pci_read_config_dword(dev, pos_cap_err + PCI_ERR_UNCOR_SEVER, &sever);
/linux-master/drivers/pci/
H A Dpci-acpi.c343 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &reg32);
345 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, reg32);
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c706 case PCI_ERR_UNCOR_SEVER:
870 case PCI_ERR_UNCOR_SEVER:
H A Dpci-aardvark.c972 case PCI_ERR_UNCOR_SEVER:
1006 case PCI_ERR_UNCOR_SEVER:
/linux-master/include/uapi/linux/
H A Dpci_regs.h771 #define PCI_ERR_UNCOR_SEVER 0x0c /* Uncorrectable Error Severity */ macro
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c162 pci_read_config_dword(pdev, pos + PCI_ERR_UNCOR_SEVER, &data);
164 pci_write_config_dword(pdev, pos + PCI_ERR_UNCOR_SEVER, data);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1037 p_setd(perm, PCI_ERR_UNCOR_SEVER, NO_VIRT, mask);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c156 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &mask);
H A Dlio_main.c291 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &mask);

Completed in 198 milliseconds