HomeSort by: relevance | last modified time | path
    Searched defs:timer_sc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23_timrot.c 78 struct timrot_softc *timer_sc[MAX_TIMERS]; variable in typeref:struct:timrot_softc * []
144 && timer_sc[SYS_TIMER] == NULL) {
151 && timer_sc[STAT_TIMER] == NULL) {
171 timer_sc[SYS_TIMER] = sc;
188 timer_sc[STAT_TIMER] = sc;
243 if (timer_sc[SYS_TIMER] != NULL)
244 timer_start(timer_sc[SYS_TIMER]);
246 if (timer_sc[STAT_TIMER] != NULL)
247 timer_start(timer_sc[STAT_TIMER]);
258 struct timrot_softc *sc = timer_sc[STAT_TIMER]
    [all...]
imx23_timrot.c 78 struct timrot_softc *timer_sc[MAX_TIMERS]; variable in typeref:struct:timrot_softc * []
144 && timer_sc[SYS_TIMER] == NULL) {
151 && timer_sc[STAT_TIMER] == NULL) {
171 timer_sc[SYS_TIMER] = sc;
188 timer_sc[STAT_TIMER] = sc;
243 if (timer_sc[SYS_TIMER] != NULL)
244 timer_start(timer_sc[SYS_TIMER]);
246 if (timer_sc[STAT_TIMER] != NULL)
247 timer_start(timer_sc[STAT_TIMER]);
258 struct timrot_softc *sc = timer_sc[STAT_TIMER]
    [all...]

Completed in 22 milliseconds