Home
last modified time | relevance | path

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

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