Searched refs:PCI_ERR_COR_STATUS (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/pci/pcie/ |
D | aer.c | 306 pci_read_config_dword(dev, aer + PCI_ERR_COR_STATUS, &status); in pci_aer_raw_clear_status() 307 pci_write_config_dword(dev, aer + PCI_ERR_COR_STATUS, status); in pci_aer_raw_clear_status() 868 pci_read_config_dword(dev, aer + PCI_ERR_COR_STATUS, &status); in is_error_source() 959 pci_write_config_dword(dev, aer + PCI_ERR_COR_STATUS, in handle_error_source() 1078 pci_read_config_dword(dev, aer + PCI_ERR_COR_STATUS, in aer_get_device_error_info() 1256 pci_read_config_dword(pdev, aer + PCI_ERR_COR_STATUS, ®32); in aer_enable_rootport() 1257 pci_write_config_dword(pdev, aer + 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-6.6.21/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-6.6.21/include/uapi/linux/ |
D | pci_regs.h | 771 #define PCI_ERR_COR_STATUS 0x10 /* Correctable Error Status */ macro
|
/linux-6.6.21/drivers/pci/controller/ |
D | pci-mvebu.c | 707 case PCI_ERR_COR_STATUS: in mvebu_pci_bridge_emul_ext_conf_read() 864 case PCI_ERR_COR_STATUS: in mvebu_pci_bridge_emul_ext_conf_write()
|
D | pci-aardvark.c | 973 case PCI_ERR_COR_STATUS: in advk_pci_bridge_emul_ext_conf_read() 1000 case PCI_ERR_COR_STATUS: in advk_pci_bridge_emul_ext_conf_write()
|
/linux-6.6.21/drivers/vfio/pci/ |
D | vfio_pci_config.c | 1047 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()
|