Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-fttmr010.c80 struct fttmr010 { struct
95 static struct fttmr010 *local_fttmr; argument
97 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010()
99 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010()
125 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event() local
129 cr = readl(fttmr010->base + TIMER_CR); in fttmr010_timer_set_next_event()
130 cr &= ~fttmr010->t1_enable_val; in fttmr010_timer_set_next_event()
131 writel(cr, fttmr010->base + TIMER_CR); in fttmr010_timer_set_next_event()
133 if (fttmr010->count_down) { in fttmr010_timer_set_next_event()
138 writel(cycles, fttmr010->base + TIMER1_LOAD); in fttmr010_timer_set_next_event()
[all …]
DMakefile22 obj-$(CONFIG_FTTMR010_TIMER) += timer-fttmr010.o
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Dfaraday,fttmr010.txt9 "faraday,fttmr010"
10 "cortina,gemini-timer", "faraday,fttmr010"
11 "moxa,moxart-timer", "faraday,fttmr010"
21 - clocks : a clock to provide the tick rate for "faraday,fttmr010"
23 and peripheral clock respectively, for "faraday,fttmr010"
30 compatible = "faraday,fttmr010";
/Linux-v4.19/arch/arm/boot/dts/
Dmoxart.dtsi61 compatible = "moxa,moxart-timer", "faraday,fttmr010";
Dgemini.dtsi180 compatible = "faraday,fttmr010";