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 90 struct timrot_softc *timer_sc[MAX_TIMERS]; variable in typeref:struct:timrot_softc * []
169 && timer_sc[SYS_TIMER] == NULL) {
183 timer_sc[SYS_TIMER] = sc;
189 && timer_sc[STAT_TIMER] == NULL) {
203 timer_sc[STAT_TIMER] = sc;
223 if (timer_sc[SYS_TIMER] != NULL)
224 timer_init(timer_sc[SYS_TIMER]);
226 if (timer_sc[STAT_TIMER] != NULL)
227 timer_init(timer_sc[STAT_TIMER]);
238 struct timrot_softc *sc = timer_sc[STAT_TIMER]
    [all...]
imx23_timrot.c 90 struct timrot_softc *timer_sc[MAX_TIMERS]; variable in typeref:struct:timrot_softc * []
169 && timer_sc[SYS_TIMER] == NULL) {
183 timer_sc[SYS_TIMER] = sc;
189 && timer_sc[STAT_TIMER] == NULL) {
203 timer_sc[STAT_TIMER] = sc;
223 if (timer_sc[SYS_TIMER] != NULL)
224 timer_init(timer_sc[SYS_TIMER]);
226 if (timer_sc[STAT_TIMER] != NULL)
227 timer_init(timer_sc[STAT_TIMER]);
238 struct timrot_softc *sc = timer_sc[STAT_TIMER]
    [all...]

Completed in 80 milliseconds