Home
last modified time | relevance | path

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

/linux/arch/mips/pci/
H A Dpci-legacy.c307 char * (*pcibios_plat_setup)(char *str) __initdata; variable
311 if (pcibios_plat_setup) in pcibios_setup()
312 return pcibios_plat_setup(str); in pcibios_setup()
/linux/arch/mips/txx9/generic/
H A Dsetup.c439 pcibios_plat_setup = txx9_pcibios_setup; in plat_mem_setup()