Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/plat-orion/
Dtime.c34 #define TIMER_CTRL_OFF 0x0000 macro
100 u = readl(timer_base + TIMER_CTRL_OFF); in orion_clkevt_next_event()
102 writel(u, timer_base + TIMER_CTRL_OFF); in orion_clkevt_next_event()
132 u = readl(timer_base + TIMER_CTRL_OFF); in orion_clkevt_mode()
134 timer_base + TIMER_CTRL_OFF); in orion_clkevt_mode()
139 u = readl(timer_base + TIMER_CTRL_OFF); in orion_clkevt_mode()
140 writel(u & ~TIMER1_EN, timer_base + TIMER_CTRL_OFF); in orion_clkevt_mode()
215 u = readl(timer_base + TIMER_CTRL_OFF); in orion_time_init()
216 writel(u | TIMER0_EN | TIMER0_RELOAD_EN, timer_base + TIMER_CTRL_OFF); in orion_time_init()
/linux-4.1.27/drivers/clocksource/
Dtime-armada-370-xp.c51 #define TIMER_CTRL_OFF 0x0000 macro
91 writel((readl(local_base + TIMER_CTRL_OFF) & ~clr) | set, in local_timer_ctrl_clrset()
92 local_base + TIMER_CTRL_OFF); in local_timer_ctrl_clrset()
231 timer0_ctrl_reg = readl(timer_base + TIMER_CTRL_OFF); in armada_370_xp_timer_suspend()
232 timer0_local_ctrl_reg = readl(local_base + TIMER_CTRL_OFF); in armada_370_xp_timer_suspend()
240 writel(timer0_ctrl_reg, timer_base + TIMER_CTRL_OFF); in armada_370_xp_timer_resume()
241 writel(timer0_local_ctrl_reg, local_base + TIMER_CTRL_OFF); in armada_370_xp_timer_resume()
265 atomic_io_modify(timer_base + TIMER_CTRL_OFF, clr | set, set); in armada_370_xp_timer_common_init()
283 atomic_io_modify(timer_base + TIMER_CTRL_OFF, in armada_370_xp_timer_common_init()