Searched refs:PCI_ERR_CAP (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/pci/pcie/
H A Daer.c151 pci_read_config_dword(dev, aer + PCI_ERR_CAP, &reg32);
156 pci_write_config_dword(dev, aer + PCI_ERR_CAP, reg32);
175 pci_read_config_dword(dev, aer + PCI_ERR_CAP, &reg32);
177 pci_write_config_dword(dev, aer + PCI_ERR_CAP, reg32);
340 pci_read_config_dword(dev, aer + PCI_ERR_CAP, cap++);
362 pci_write_config_dword(dev, aer + PCI_ERR_CAP, *cap++);
379 * PCI_ERR_COR_MASK, and PCI_ERR_CAP. Root and Root Complex Event
1243 pci_read_config_dword(dev, aer + PCI_ERR_CAP, &aercc);
/linux-master/arch/mips/pci/
H A Dpci-octeon.c148 pci_read_config_dword(dev, pos + PCI_ERR_CAP, &dconfig);
155 pci_write_config_dword(dev, pos + PCI_ERR_CAP, dconfig);
/linux-master/drivers/pci/
H A Dpci-acpi.c353 pci_read_config_dword(dev, pos + PCI_ERR_CAP, &reg32);
361 pci_write_config_dword(dev, pos + PCI_ERR_CAP, reg32);
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c709 case PCI_ERR_CAP:
872 case PCI_ERR_CAP:
H A Dpci-aardvark.c975 case PCI_ERR_CAP:
1008 case PCI_ERR_CAP:
/linux-master/include/uapi/linux/
H A Dpci_regs.h784 #define PCI_ERR_CAP 0x18 /* Advanced Error Capabilities & Ctrl*/ macro
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1052 p_setd(perm, PCI_ERR_CAP, NO_VIRT, mask);
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c3099 ret = pci_read_config_dword(bridge, cap + PCI_ERR_CAP, &err_cap);
3111 pci_write_config_dword(bridge, cap + PCI_ERR_CAP, err_cap);

Completed in 216 milliseconds