Home
last modified time | relevance | path

Searched refs:extarb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/txx9/rbtx4927/
H A Dsetup.c64 int extarb = !(__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB); in tx4927_pci_setup() local
88 tx4927_pcic_setup(tx4927_pcicptr, c, extarb); in tx4927_pci_setup()
104 tx4927_pcic_setup(tx4927_pcicptr, c, extarb); in tx4927_pci_setup()
111 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in tx4937_pci_setup() local
135 tx4927_pcic_setup(tx4938_pcicptr, c, extarb); in tx4937_pci_setup()
151 tx4927_pcic_setup(tx4938_pcicptr, c, extarb); in tx4937_pci_setup()
/openbmc/linux/arch/mips/pci/
H A Dops-tx4927.c220 struct pci_controller *channel, int extarb) in tx4927_pcic_setup() argument
233 extarb ? "External" : "Internal"); in tx4927_pcic_setup()
343 if (!extarb) { in tx4927_pcic_setup()
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dtx4927pcic.h197 struct pci_controller *channel, int extarb);