Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_MASTER_ABORT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/
H A Dpci-bridge-emul.c162 PCI_BRIDGE_CTL_MASTER_ABORT |
415 ~((PCI_BRIDGE_CTL_MASTER_ABORT | in pci_bridge_emul_init()
/linux/arch/sparc/kernel/
H A Dpci_sabre.c405 PCI_BRIDGE_CTL_MASTER_ABORT)); in apb_init()
/linux/include/uapi/linux/
H A Dpci_regs.h171 #define PCI_BRIDGE_CTL_MASTER_ABORT 0x20 /* Report master aborts */ macro
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c521 val &= ~PCI_BRIDGE_CTL_MASTER_ABORT; in init_p2pbridge()