Home
last modified time | relevance | path

Searched refs:timer_sc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/imx/
H A Dimx23_timrot.c90 struct timrot_softc *timer_sc[MAX_TIMERS]; variable
169 && timer_sc[SYS_TIMER] == NULL) { in timrot_attach()
183 timer_sc[SYS_TIMER] = sc; in timrot_attach()
189 && timer_sc[STAT_TIMER] == NULL) { in timrot_attach()
203 timer_sc[STAT_TIMER] = sc; in timrot_attach()
223 if (timer_sc[SYS_TIMER] != NULL) in cpu_initclocks()
224 timer_init(timer_sc[SYS_TIMER]); in cpu_initclocks()
226 if (timer_sc[STAT_TIMER] != NULL) in cpu_initclocks()
227 timer_init(timer_sc[STAT_TIMER]); in cpu_initclocks()
238 struct timrot_softc *sc = timer_sc[STAT_TIMER]; in setstatclockrate()
[all …]