Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dcommon.c49 static struct clock_event_device clockevent_ixp4xx; variable
292 .dev_id = &clockevent_ixp4xx,
525 static struct clock_event_device clockevent_ixp4xx = { variable
536 clockevent_ixp4xx.mult = div_sc(IXP4XX_TIMER_FREQ, NSEC_PER_SEC, in ixp4xx_clockevent_init()
537 clockevent_ixp4xx.shift); in ixp4xx_clockevent_init()
538 clockevent_ixp4xx.max_delta_ns = in ixp4xx_clockevent_init()
539 clockevent_delta2ns(0xfffffffe, &clockevent_ixp4xx); in ixp4xx_clockevent_init()
540 clockevent_ixp4xx.min_delta_ns = in ixp4xx_clockevent_init()
541 clockevent_delta2ns(0xf, &clockevent_ixp4xx); in ixp4xx_clockevent_init()
542 clockevent_ixp4xx.cpumask = cpumask_of(0); in ixp4xx_clockevent_init()
[all …]