Home
last modified time | relevance | path

Searched refs:PCI_ERR_COR_STATUS (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv.c141 pci_read_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, &reg32); in aer_enable_rootport()
142 pci_write_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, reg32); in aer_enable_rootport()
Daerdrv_core.c139 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in is_error_source()
533 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, in handle_error_source()
630 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, in get_device_error_info()
Daer_inject.c155 case PCI_ERR_COR_STATUS: in find_pci_config_dword()
/linux-4.1.27/arch/mips/pci/
Dpci-octeon.c145 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &dconfig); in pcibios_plat_dev_init()
146 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, dconfig); in pcibios_plat_dev_init()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h660 #define PCI_ERR_COR_STATUS 16 /* Correctable Error Status */ macro
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci_config.c763 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()