Searched refs:PCI_ERR_COR_STATUS (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/pci/pcie/ |
| D | aer.c | 442 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in pci_cleanup_aer_error_status_regs() 443 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, status); in pci_cleanup_aer_error_status_regs() 911 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, &status); in is_error_source() 995 pci_write_config_dword(dev, pos + PCI_ERR_COR_STATUS, in handle_error_source() 1101 pci_read_config_dword(dev, pos + PCI_ERR_COR_STATUS, in aer_get_device_error_info() 1313 pci_read_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, ®32); in aer_enable_rootport() 1314 pci_write_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, reg32); in aer_enable_rootport()
|
| D | aer_inject.c | 152 case PCI_ERR_COR_STATUS: in find_pci_config_dword()
|
| /Linux-v5.4/arch/mips/pci/ |
| D | pci-octeon.c | 142 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-v5.4/include/uapi/linux/ |
| D | pci_regs.h | 747 #define PCI_ERR_COR_STATUS 16 /* Correctable Error Status */ macro
|
| /Linux-v5.4/drivers/vfio/pci/ |
| D | vfio_pci_config.c | 973 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()
|