Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/pci/
Dpci-legacy.c303 char * (*pcibios_plat_setup)(char *str) __initdata; variable
307 if (pcibios_plat_setup) in pcibios_setup()
308 return pcibios_plat_setup(str); in pcibios_setup()
/Linux-v5.10/arch/mips/include/asm/
Dpci.h69 extern char * (*pcibios_plat_setup)(char *str);
/Linux-v5.10/arch/mips/txx9/generic/
Dsetup.c508 pcibios_plat_setup = txx9_pcibios_setup; in plat_mem_setup()