Searched refs:PCI_ERR_COR_STATUS (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/pci/pcie/aer/ |
| D | aerdrv_core.c | 96 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()
|
| D | aerdrv.c | 141 pci_read_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, ®32); in aer_enable_rootport() 142 pci_write_config_dword(pdev, aer_pos + PCI_ERR_COR_STATUS, reg32); in aer_enable_rootport()
|
| D | aer_inject.c | 155 case PCI_ERR_COR_STATUS: in find_pci_config_dword()
|
| /linux-4.4.14/arch/mips/pci/ |
| D | pci-octeon.c | 145 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/ |
| D | pci_regs.h | 701 #define PCI_ERR_COR_STATUS 16 /* Correctable Error Status */ macro
|
| /linux-4.4.14/drivers/vfio/pci/ |
| D | vfio_pci_config.c | 830 p_setd(perm, PCI_ERR_COR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()
|