Searched refs:extarb (Results 1 – 8 of 8) sorted by relevance
/arch/mips/txx9/rbtx4927/ |
D | setup.c | 63 int extarb = !(__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB); in tx4927_pci_setup() local 87 tx4927_pcic_setup(tx4927_pcicptr, c, extarb); in tx4927_pci_setup() 103 tx4927_pcic_setup(tx4927_pcicptr, c, extarb); in tx4927_pci_setup() 110 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in tx4937_pci_setup() local 134 tx4927_pcic_setup(tx4938_pcicptr, c, extarb); in tx4937_pci_setup() 150 tx4927_pcic_setup(tx4938_pcicptr, c, extarb); in tx4937_pci_setup()
|
/arch/mips/txx9/jmr3927/ |
D | setup.c | 110 int extarb = !(tx3927_ccfgptr->ccfg & TX3927_CCFG_PCIXARB); in jmr3927_pci_setup() local 117 if (!extarb) { in jmr3927_pci_setup() 126 tx3927_pcic_setup(c, JMR3927_SDRAM_SIZE, extarb); in jmr3927_pci_setup()
|
/arch/mips/pci/ |
D | ops-tx3927.c | 129 unsigned long sdram_size, int extarb) in tx3927_pcic_setup() argument 148 extarb ? "External" : "Internal"); in tx3927_pcic_setup() 191 if (!extarb) in tx3927_pcic_setup()
|
D | ops-tx4927.c | 222 struct pci_controller *channel, int extarb) in tx4927_pcic_setup() argument 235 extarb ? "External" : "Internal"); in tx4927_pcic_setup() 345 if (!extarb) { in tx4927_pcic_setup()
|
/arch/mips/txx9/rbtx4938/ |
D | setup.c | 42 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in rbtx4938_pci_setup() local 66 tx4927_pcic_setup(tx4938_pcicptr, c, extarb); in rbtx4938_pci_setup() 82 tx4927_pcic_setup(tx4938_pcicptr, c, extarb); in rbtx4938_pci_setup()
|
/arch/mips/txx9/rbtx4939/ |
D | setup.c | 56 int extarb = !(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCIARB); in rbtx4939_pci_setup() local 62 tx4927_pcic_setup(tx4939_pcicptr, c, extarb); in rbtx4939_pci_setup()
|
/arch/mips/include/asm/txx9/ |
D | tx4927pcic.h | 197 struct pci_controller *channel, int extarb);
|
D | tx3927.h | 336 unsigned long sdram_size, int extarb);
|