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

/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoctmr.c88 static void mvsoctmr_cntl(struct mvsoctmr_softc *, int, u_int, int, int);
166 mvsoctmr_cntl(sc, MVSOCTMR_TIMER1, 0xffffffff, 1, 1);
171 mvsoctmr_cntl(sc, MVSOCTMR_WATCHDOG, 0xffffffff, 0, 0);
259 mvsoctmr_cntl(sc, MVSOCTMR_TIMER0, timer0_tval, en, autoen);
260 mvsoctmr_cntl(sc, MVSOCTMR_TIMER1, 0xffffffff, en, autoen);
338 mvsoctmr_cntl(struct mvsoctmr_softc *sc, int num, u_int ticks, int en, function
369 mvsoctmr_cntl(sc, MVSOCTMR_WATCHDOG, 0xffffffff, 0, 0);
378 mvsoctmr_cntl(sc, MVSOCTMR_WATCHDOG, sc->sc_wdog_period, 1, 0);
389 mvsoctmr_cntl(sc, MVSOCTMR_WATCHDOG, sc->sc_wdog_period, 1, 0);
405 mvsoctmr_cntl(s
[all...]

Completed in 185 milliseconds