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

/freebsd-10.2-release/sys/arm/mv/
H A Dtimer.c66 bus_space_handle_t timer_bsh; member in struct:mv_timer_softc
144 sc->timer_bsh = rman_get_bushandle(sc->timer_res[0]);
258 timer_softc->timer_bsh, CPU_TIMER_CONTROL));
266 timer_softc->timer_bsh, CPU_TIMER_CONTROL, val);
274 timer_softc->timer_bsh, CPU_TIMER0 + timer * 0x8));
282 timer_softc->timer_bsh, CPU_TIMER0 + timer * 0x8, val);
290 timer_softc->timer_bsh, CPU_TIMER0_REL + timer * 0x8, val);
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dtimer.c60 bus_space_handle_t timer_bsh; member in struct:ec_timer_softc
88 timer_softc->timer_bsh, addr, val);
97 timer_softc->timer_bsh, addr);
346 sc->timer_bsh = rman_get_bushandle(sc->timer_res[0]);

Completed in 57 milliseconds