Home
last modified time | relevance | path

Searched refs:clockevent (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/clocksource/
H A Dtimer-davinci.c67 to_davinci_clockevent(struct clock_event_device *clockevent) in to_davinci_clockevent() argument
69 return container_of(clockevent, struct davinci_clockevent, dev); in to_davinci_clockevent()
73 davinci_clockevent_read(struct davinci_clockevent *clockevent, in davinci_clockevent_read() argument
76 return readl_relaxed(clockevent->base + reg); in davinci_clockevent_read()
79 static void davinci_clockevent_write(struct davinci_clockevent *clockevent, in davinci_clockevent_write() argument
82 writel_relaxed(val, clockevent->base + reg); in davinci_clockevent_write()
117 struct davinci_clockevent *clockevent; in davinci_clockevent_shutdown() local
119 clockevent = to_davinci_clockevent(dev); in davinci_clockevent_shutdown()
121 davinci_tim12_shutdown(clockevent->base); in davinci_clockevent_shutdown()
128 struct davinci_clockevent *clockevent = to_davinci_clockevent(dev); in davinci_clockevent_set_oneshot() local
[all …]
H A Dtimer-vt8500.c86 static struct clock_event_device clockevent = { variable
133 clockevent.cpumask = cpumask_of(0); in vt8500_timer_init()
137 &clockevent); in vt8500_timer_init()
140 clockevent.name); in vt8500_timer_init()
144 clockevents_config_and_register(&clockevent, VT8500_TIMER_HZ, in vt8500_timer_init()
H A Dsh_tmu.c439 bool clockevent, bool clocksource) in sh_tmu_register() argument
441 if (clockevent) { in sh_tmu_register()
453 bool clockevent, bool clocksource, in sh_tmu_channel_setup() argument
457 if (!clockevent && !clocksource) in sh_tmu_channel_setup()
476 clockevent, clocksource); in sh_tmu_channel_setup()
/linux/arch/xtensa/kernel/
H A Dtime.c130 struct clock_event_device *clockevent = &timer->evt; in local_timer_setup() local
134 clockevent->name = timer->name; in local_timer_setup()
135 clockevent->cpumask = cpumask_of(cpu); in local_timer_setup()
136 clockevent->irq = irq_create_mapping(NULL, LINUX_TIMER_INT); in local_timer_setup()
137 if (WARN(!clockevent->irq, "error: can't map timer irq")) in local_timer_setup()
139 clockevents_config_and_register(clockevent, ccount_freq, in local_timer_setup()
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-beagle-ab4.dts21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */
39 /* Preferred timer for clockevent */
H A Domap2420.dtsi254 /* Preferred always-on timer for clockevent */
H A Dam3517.dtsi212 /* Preferred timer for clockevent */
H A Domap2430.dtsi358 /* Preferred always-on timer for clockevent */
H A Dam33xx.dtsi714 /* Preferred timer for clockevent */
H A Dam4372.dtsi800 /* Preferred timer for clockevent */
H A Domap5.dtsi824 /* Preferred always-on timer for clockevent */
H A Domap4.dtsi861 /* Preferred always-on timer for clockevent */
/linux/arch/arc/boot/dts/
H A Dskeleton.dtsi30 /* TIMER0 with interrupt for clockevent */
H A Dskeleton_hs.dtsi25 /* TIMER0 with interrupt for clockevent */
H A Dskeleton_hs_idu.dtsi43 /* TIMER0 with interrupt for clockevent */
H A Dabilis_tb10x.dtsi26 /* TIMER0 with interrupt for clockevent */
H A Dhsdk.dts95 /* TIMER0 with interrupt for clockevent */
/linux/arch/arm/mach-at91/
H A DKconfig203 Select this to get a high resolution clockevent (SAM9X60) or
204 clocksource and clockevent (SAMA7G5) based on Microchip 64-bit
/linux/kernel/time/
H A DKconfig64 lack support for the generic clockevent framework.
89 # only related to the tick functionality. Oneshot clockevent devices
/linux/arch/arm/boot/dts/st/
H A Dstm32746g-eval.dts199 /* Override timer5 to act as clockevent */
H A Dstm32f469-disco.dts225 /* Override timer5 to act as clockevent */
H A Dstm32f769-disco.dts207 /* Override timer5 to act as clockevent */
H A Dstm32f746-disco.dts193 /* Override timer5 to act as clockevent */
H A Dstm32f429-disco.dts209 /* Override timer5 to act as clockevent */
H A Dstm32429i-eval.dts312 /* Override timer5 to act as clockevent */

12