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

  /src/sys/arch/arc/jazz/
timer_jazzio.c 113 struct timer_jazzio_config *timer_jazzio_conf = NULL; variable in typeref:struct:timer_jazzio_config *
138 if (timer_jazzio_conf == NULL)
139 panic("timer_jazzio_conf isn't initialized");
144 (*platform->set_intr)(timer_jazzio_conf->tjc_intr_mask,
145 timer_jazzio_conf->tjc_intr, ARC_INTPRI_TIMER_INT);
156 (*timer_jazzio_conf->tjc_init)(1000 / hz);
timer_jazzio.c 113 struct timer_jazzio_config *timer_jazzio_conf = NULL; variable in typeref:struct:timer_jazzio_config *
138 if (timer_jazzio_conf == NULL)
139 panic("timer_jazzio_conf isn't initialized");
144 (*platform->set_intr)(timer_jazzio_conf->tjc_intr_mask,
145 timer_jazzio_conf->tjc_intr, ARC_INTPRI_TIMER_INT);
156 (*timer_jazzio_conf->tjc_init)(1000 / hz);
timer_jazzio.c 113 struct timer_jazzio_config *timer_jazzio_conf = NULL; variable in typeref:struct:timer_jazzio_config *
138 if (timer_jazzio_conf == NULL)
139 panic("timer_jazzio_conf isn't initialized");
144 (*platform->set_intr)(timer_jazzio_conf->tjc_intr_mask,
145 timer_jazzio_conf->tjc_intr, ARC_INTPRI_TIMER_INT);
156 (*timer_jazzio_conf->tjc_init)(1000 / hz);

Completed in 206 milliseconds