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

/linux-master/arch/parisc/kernel/
H A Dpci.c182 PCI_BRIDGE_CTL_SERR | PCI_BRIDGE_CTL_MASTER_ABORT;
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c159 PCI_BRIDGE_CTL_SERR |
H A Dprobe.c2249 if (!(control & PCI_BRIDGE_CTL_SERR)) {
2250 control |= PCI_BRIDGE_CTL_SERR;
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c793 * two bits: PCI_BRIDGE_CTL_BUS_RESET and PCI_BRIDGE_CTL_SERR.
799 val &= ~(PCI_BRIDGE_CTL_SERR << 16);
801 val |= PCI_BRIDGE_CTL_SERR << 16;
832 if (mask & (PCI_BRIDGE_CTL_SERR << 16)) {
834 if (new & (PCI_BRIDGE_CTL_SERR << 16))
/linux-master/arch/mips/pci/
H A Dpci-octeon.c113 config |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR;
/linux-master/arch/sparc/kernel/
H A Dpci_sabre.c404 PCI_BRIDGE_CTL_SERR |
/linux-master/include/uapi/linux/
H A Dpci_regs.h163 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro

Completed in 132 milliseconds