Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Dplb.c159 struct plb_dev *local_plb_devs = aux; in plb_attach() local
183 while (local_plb_devs && local_plb_devs->plb_name != NULL) { in plb_attach()
184 if (local_plb_devs->plb_pvr != pvr) in plb_attach()
187 paa.plb_name = local_plb_devs->plb_name; in plb_attach()
193 local_plb_devs++; in plb_attach()
/netbsd-src/sys/arch/evbppc/virtex/
H A Dautoconf.c79 static struct plb_dev local_plb_devs [] = { variable
93 if (config_rootfound("plb", __UNCONST(&local_plb_devs)) == NULL) in cpu_configure()
/netbsd-src/sys/arch/evbppc/walnut/
H A Dautoconf.c53 static const struct plb_dev local_plb_devs [] = { variable
71 if (config_rootfound("plb", __UNCONST(&local_plb_devs)) == NULL) in cpu_configure()