Lines Matching refs:mvsoctmr_softc
63 struct mvsoctmr_softc { struct
88 static void mvsoctmr_cntl(struct mvsoctmr_softc *, int, u_int, int, int); argument
101 static struct mvsoctmr_softc *mvsoctmr_sc;
109 CFATTACH_DECL_NEW(mvsoctmr, sizeof(struct mvsoctmr_softc),
133 struct mvsoctmr_softc *sc = device_private(self); in mvsoctmr_attach()
244 struct mvsoctmr_softc *sc; in cpu_initclocks()
284 struct mvsoctmr_softc *sc; in delay()
331 struct mvsoctmr_softc *sc = tc->tc_priv; in mvsoctmr_get_timecount()
338 mvsoctmr_cntl(struct mvsoctmr_softc *sc, int num, u_int ticks, int en, in mvsoctmr_cntl()
365 struct mvsoctmr_softc *sc = smw->smw_cookie; in mvsoctmr_wdog_setmode()
387 struct mvsoctmr_softc *sc = smw->smw_cookie; in mvsoctmr_wdog_tickle()
398 struct mvsoctmr_softc *sc = mvsoctmr_sc; in mvsoctmr_wdog_ddb_trap()