Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/pcie/
Daer.c456 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in pci_cleanup_aer_error_status_regs()
457 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, status); in pci_cleanup_aer_error_status_regs()
924 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in is_error_source()
1009 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, in handle_error_source()
1112 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, in aer_get_device_error_info()
1379 pci_read_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, &reg32); in aer_enable_rootport()
1380 pci_write_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, reg32); in aer_enable_rootport()
Daer_inject.c149 case PCI_ERR_COR_STATUS: in find_pci_config_dword()
/Linux-v4.19/arch/mips/pci/
Dpci-octeon.c142 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &dconfig); in pcibios_plat_dev_init()
143 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, dconfig); in pcibios_plat_dev_init()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h735 #define PCI_ERR_COR_STATUS 16 /* Correctable Error Status */ macro
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci_config.c977 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()