Searched refs:fttmr010 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-fttmr010.c | 99 struct fttmr010 { struct 115 static struct fttmr010 *local_fttmr; argument 117 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010() 119 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010() 145 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event() local 149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event() 151 if (fttmr010->is_aspeed) { in fttmr010_timer_set_next_event() 156 writel(cycles, fttmr010->base + TIMER1_LOAD); in fttmr010_timer_set_next_event() 159 cr = readl(fttmr010->base + TIMER1_COUNT); in fttmr010_timer_set_next_event() 160 writel(cr + cycles, fttmr010->base + TIMER1_MATCH1); in fttmr010_timer_set_next_event() [all …]
|
| H A D | Makefile | 24 obj-$(CONFIG_FTTMR010_TIMER) += timer-fttmr010.o
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ag101/ |
| H A D | timer.c | 21 struct fttmr010 *tmr = (struct fttmr010 *)CONFIG_FTTMR010_BASE; in timer_init() 68 struct fttmr010 *tmr = (struct fttmr010 *)CONFIG_FTTMR010_BASE; in reset_timer_masked() 93 struct fttmr010 *tmr = (struct fttmr010 *)CONFIG_FTTMR010_BASE; in get_timer_masked() 149 struct fttmr010 *tmr = (struct fttmr010 *)CONFIG_FTTMR010_BASE; in __udelay()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | faraday,fttmr010.txt | 9 "faraday,fttmr010" 10 "cortina,gemini-timer", "faraday,fttmr010" 11 "moxa,moxart-timer", "faraday,fttmr010" 22 - clocks : a clock to provide the tick rate for "faraday,fttmr010" 24 and peripheral clock respectively, for "faraday,fttmr010" 31 compatible = "faraday,fttmr010";
|
| /OK3568_Linux_fs/u-boot/include/faraday/ |
| H A D | fttmr010.h | 14 struct fttmr010 { struct
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | moxart.dtsi | 61 compatible = "moxa,moxart-timer", "faraday,fttmr010";
|
| H A D | gemini.dtsi | 180 compatible = "faraday,fttmr010";
|