Searched refs:mvsoctmr_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/marvell/ |
H A D | mvsoctmr.c | 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() [all …]
|