Searched refs:clockevent_ixp4xx (Results 1 – 1 of 1) sorted by relevance
46 static struct clock_event_device clockevent_ixp4xx; variable284 .dev_id = &clockevent_ixp4xx,488 static struct clock_event_device clockevent_ixp4xx = { variable499 clockevent_ixp4xx.mult = div_sc(IXP4XX_TIMER_FREQ, NSEC_PER_SEC, in ixp4xx_clockevent_init()500 clockevent_ixp4xx.shift); in ixp4xx_clockevent_init()501 clockevent_ixp4xx.max_delta_ns = in ixp4xx_clockevent_init()502 clockevent_delta2ns(0xfffffffe, &clockevent_ixp4xx); in ixp4xx_clockevent_init()503 clockevent_ixp4xx.min_delta_ns = in ixp4xx_clockevent_init()504 clockevent_delta2ns(0xf, &clockevent_ixp4xx); in ixp4xx_clockevent_init()505 clockevent_ixp4xx.cpumask = cpumask_of(0); in ixp4xx_clockevent_init()[all …]