Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/pcie/
Daer.c309 pci_read_config_dword(dev, aer + PCI_ERR_COR_STATUS, &status); in pci_aer_raw_clear_status()
310 pci_write_config_dword(dev, aer + PCI_ERR_COR_STATUS, status); in pci_aer_raw_clear_status()
866 pci_read_config_dword(dev, aer + PCI_ERR_COR_STATUS, &status); in is_error_source()
952 pci_write_config_dword(dev, aer + PCI_ERR_COR_STATUS, in handle_error_source()
1057 pci_read_config_dword(dev, aer + PCI_ERR_COR_STATUS, in aer_get_device_error_info()
1274 pci_read_config_dword(pdev, aer + PCI_ERR_COR_STATUS, &reg32); in aer_enable_rootport()
1275 pci_write_config_dword(pdev, aer + PCI_ERR_COR_STATUS, reg32); in aer_enable_rootport()
Daer_inject.c152 case PCI_ERR_COR_STATUS: in find_pci_config_dword()
/Linux-v5.15/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-v5.15/include/uapi/linux/
Dpci_regs.h761 #define PCI_ERR_COR_STATUS 16 /* Correctable Error Status */ macro
/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci_config.c1010 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()