Home
last modified time | relevance | path

Searched refs:ckevt_timrot (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/arm/plat-stmp3xxx/
Dtimer.c79 static struct clock_event_device ckevt_timrot = { variable
99 .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()