Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-legacy.c308 char * (*pcibios_plat_setup)(char *str) __initdata; variable
312 if (pcibios_plat_setup) in pcibios_setup()
313 return pcibios_plat_setup(str); in pcibios_setup()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpci.h69 extern char * (*pcibios_plat_setup)(char *str);
/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dsetup.c508 pcibios_plat_setup = txx9_pcibios_setup; in plat_mem_setup()