Searched refs:ckevt_timrot (Results 1 – 1 of 1) sorted by relevance
79 static struct clock_event_device ckevt_timrot = { variable99 .dev_id = &ckevt_timrot,108 ckevt_timrot.mult = div_sc(CLOCK_TICK_RATE, NSEC_PER_SEC, in stmp3xxx_init_timer()109 ckevt_timrot.shift); in stmp3xxx_init_timer()110 ckevt_timrot.min_delta_ns = clockevent_delta2ns(2, &ckevt_timrot); in stmp3xxx_init_timer()111 ckevt_timrot.max_delta_ns = clockevent_delta2ns(0xFFF, &ckevt_timrot); in stmp3xxx_init_timer()112 ckevt_timrot.cpumask = cpumask_of(0); in stmp3xxx_init_timer()141 clockevents_register_device(&ckevt_timrot); in stmp3xxx_init_timer()