Searched refs:PCI_ERR_ROOT_STATUS (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/pci/pcie/
H A Daer.c44 u32 status; /* PCI_ERR_ROOT_STATUS */
302 pci_read_config_dword(dev, aer + PCI_ERR_ROOT_STATUS, &status);
303 pci_write_config_dword(dev, aer + PCI_ERR_ROOT_STATUS, status);
1357 pci_read_config_dword(rp, aer + PCI_ERR_ROOT_STATUS, &e_src.status);
1362 pci_write_config_dword(rp, aer + PCI_ERR_ROOT_STATUS, e_src.status);
1414 pci_read_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, &reg32);
1415 pci_write_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, reg32);
1439 pci_read_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, &reg32);
1440 pci_write_config_dword(pdev, aer + PCI_ERR_ROOT_STATUS, reg32);
1549 pci_read_config_dword(root, aer + PCI_ERR_ROOT_STATUS,
[all...]
H A Daer_inject.c168 case PCI_ERR_ROOT_STATUS:
H A Dportdrv.c83 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS,
/linux-master/arch/mips/pci/
H A Dpci-octeon.c163 pci_read_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, &dconfig);
164 pci_write_config_dword(dev, pos + PCI_ERR_ROOT_STATUS, dconfig);
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c715 case PCI_ERR_ROOT_STATUS:
865 case PCI_ERR_ROOT_STATUS:
H A Dpci-aardvark.c981 case PCI_ERR_ROOT_STATUS:
1001 case PCI_ERR_ROOT_STATUS:
/linux-master/include/uapi/linux/
H A Dpci_regs.h795 #define PCI_ERR_ROOT_STATUS 0x30 macro

Completed in 164 milliseconds