Searched refs:mpcoreclk (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/mpcore/
H A Dmpcore_clock.c84 static struct mpcoreclk_softc *mpcoreclk; variable in typeref:struct:mpcoreclk_softc
89 CFATTACH_DECL_NEW(mpcoreclk, sizeof(struct mpcoreclk_softc),
95 if (strcmp(match->cf_name, "mpcoreclk") == 0)
114 mpcoreclk = sc;
130 if (!mpcoreclk) {
136 mpcoreclk->sc_reload_value = freq / hz;
139 bus_space_write_4(mpcoreclk->sc_iot, mpcoreclk->sc_ioh,
145 bus_space_write_4(mpcoreclk->sc_iot, mpcoreclk
[all...]

Completed in 48 milliseconds