Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pci/
Dpci-legacy.c302 char * (*pcibios_plat_setup)(char *str) __initdata; variable
306 if (pcibios_plat_setup) in pcibios_setup()
307 return pcibios_plat_setup(str); in pcibios_setup()
/Linux-v4.19/arch/mips/include/asm/
Dpci.h69 extern char * (*pcibios_plat_setup)(char *str);
/Linux-v4.19/arch/mips/txx9/generic/
Dsetup.c513 pcibios_plat_setup = txx9_pcibios_setup; in plat_mem_setup()