Home
last modified time | relevance | path

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

/drivers/clocksource/
Dtimer-fttmr010.c94 struct fttmr010 { struct
109 static struct fttmr010 *local_fttmr; argument
111 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010()
113 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010()
139 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event() local
143 cr = readl(fttmr010->base + TIMER_CR); in fttmr010_timer_set_next_event()
144 cr &= ~fttmr010->t1_enable_val; in fttmr010_timer_set_next_event()
145 writel(cr, fttmr010->base + TIMER_CR); in fttmr010_timer_set_next_event()
147 if (fttmr010->is_aspeed) { in fttmr010_timer_set_next_event()
152 writel(cycles, fttmr010->base + TIMER1_LOAD); in fttmr010_timer_set_next_event()
[all …]
DMakefile23 obj-$(CONFIG_FTTMR010_TIMER) += timer-fttmr010.o