Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv_core.c96 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in pci_cleanup_aer_error_status_regs()
97 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, status); in pci_cleanup_aer_error_status_regs()
167 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in is_error_source()
560 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, in handle_error_source()
657 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, in get_device_error_info()
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()
Daer_inject.c155 case PCI_ERR_COR_STATUS: in find_pci_config_dword()
/linux-4.4.14/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.4.14/include/uapi/linux/
Dpci_regs.h701 #define PCI_ERR_COR_STATUS 16 /* Correctable Error Status */ macro
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c830 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()