Searched refs:timer_jazzio_conf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arc/jazz/
H A Dtimer_jazziovar.h38 extern struct timer_jazzio_config *timer_jazzio_conf;
H A Dtimer_jazzio.c113 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);
/netbsd-current/sys/arch/arc/arc/
H A Dc_nec_jazz.c129 timer_jazzio_conf = &timer_nec_jazz_conf;
H A Dc_magnum.c228 timer_jazzio_conf = &timer_magnum_conf;

Completed in 77 milliseconds