Searched refs:extarb (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/mips/txx9/rbtx4927/ |
D | setup.c | 64 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()
|
/linux-6.1.9/arch/mips/pci/ |
D | ops-tx4927.c | 220 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()
|
/linux-6.1.9/arch/mips/include/asm/txx9/ |
D | tx4927pcic.h | 197 struct pci_controller *channel, int extarb);
|