Searched refs:local_timer_control (Results 1 – 2 of 2) sorted by relevance
103 if ((s->local_timer_control & LOCALTIMER_INTENABLE) && in bcm2836_control_update()104 (s->local_timer_control & LOCALTIMER_INTFLAG)) { in bcm2836_control_update()201 assert(LOCALTIMER_VALUE(s->local_timer_control) > 0); in bcm2836_control_local_timer_set_next()204 muldiv64(LOCALTIMER_VALUE(s->local_timer_control), in bcm2836_control_local_timer_set_next()215 s->local_timer_control |= LOCALTIMER_INTFLAG; in bcm2836_control_local_timer_tick()223 s->local_timer_control = val; in bcm2836_control_local_timer_control()236 s->local_timer_control &= ~LOCALTIMER_INTFLAG; in bcm2836_control_local_timer_ack()239 (s->local_timer_control & LOCALTIMER_ENABLE)) { in bcm2836_control_local_timer_ack()255 return s->local_timer_control; in bcm2836_control_read()324 s->local_timer_control = 0; in bcm2836_control_reset()[all …]
49 uint32_t local_timer_control; member
Completed in 12 milliseconds