Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/ibm4xx/dev/
Dopb.c156 } opb_params[] = { variable
234 for (i = 0; opb_params[i].pvr != 0 && opb_params[i].pvr != pvr; i++) in opb_attach()
236 if (opb_params[i].pvr == 0) in opb_attach()
238 opb_get_frequency = opb_params[i].opb_get_frequency; in opb_attach()
240 if (opb_params[i].zmii_base != 0) in opb_attach()
241 bus_space_map(sc->sc_iot, opb_params[i].zmii_base, ZMII0_SIZE, in opb_attach()
245 if (opb_params[i].rgmii_base != 0) in opb_attach()
246 bus_space_map(sc->sc_iot, opb_params[i].rgmii_base, RGMII0_SIZE, in opb_attach()
290 for (i = 0; opb_params[i].pvr != 0 && opb_params[i].pvr != pvr; in opb_get_bus_space_tag()
293 if (opb_params[i].pvr == 0) in opb_get_bus_space_tag()
[all …]