Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-legacy.c300 char * (*pcibios_plat_setup)(char *str) __initdata; variable
304 if (pcibios_plat_setup) in pcibios_setup()
305 return pcibios_plat_setup(str); in pcibios_setup()
/arch/mips/include/asm/
Dpci.h68 extern char * (*pcibios_plat_setup)(char *str);
/arch/mips/txx9/generic/
Dsetup.c504 pcibios_plat_setup = txx9_pcibios_setup; in plat_mem_setup()