Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci.c349 char * (*pcibios_plat_setup)(char *str) __initdata; variable
353 if (pcibios_plat_setup) in pcibios_setup()
354 return pcibios_plat_setup(str); in pcibios_setup()
/arch/mips/include/asm/
Dpci.h140 extern char * (*pcibios_plat_setup)(char *str);
/arch/mips/txx9/generic/
Dsetup.c545 pcibios_plat_setup = txx9_pcibios_setup; in plat_mem_setup()