pcibios_plat_setup   69 arch/mips/include/asm/pci.h extern char * (*pcibios_plat_setup)(char *str);
pcibios_plat_setup  303 arch/mips/pci/pci-legacy.c char * (*pcibios_plat_setup)(char *str) __initdata;
pcibios_plat_setup  307 arch/mips/pci/pci-legacy.c 	if (pcibios_plat_setup)
pcibios_plat_setup  308 arch/mips/pci/pci-legacy.c 		return pcibios_plat_setup(str);
pcibios_plat_setup  508 arch/mips/txx9/generic/setup.c 	pcibios_plat_setup = txx9_pcibios_setup;