TIMER_CTRL_OFF    101 arch/arm/plat-orion/time.c 	u = readl(timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    103 arch/arm/plat-orion/time.c 	writel(u, timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    118 arch/arm/plat-orion/time.c 	u = readl(timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    119 arch/arm/plat-orion/time.c 	writel(u & ~TIMER1_EN, timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    149 arch/arm/plat-orion/time.c 	u = readl(timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    150 arch/arm/plat-orion/time.c 	writel(u | TIMER1_EN | TIMER1_RELOAD_EN, timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    231 arch/arm/plat-orion/time.c 	u = readl(timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    232 arch/arm/plat-orion/time.c 	writel(u | TIMER0_EN | TIMER0_RELOAD_EN, timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF     93 drivers/clocksource/timer-armada-370-xp.c 	writel((readl(local_base + TIMER_CTRL_OFF) & ~clr) | set,
TIMER_CTRL_OFF     94 drivers/clocksource/timer-armada-370-xp.c 		local_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    216 drivers/clocksource/timer-armada-370-xp.c 	timer0_ctrl_reg = readl(timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    217 drivers/clocksource/timer-armada-370-xp.c 	timer0_local_ctrl_reg = readl(local_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    225 drivers/clocksource/timer-armada-370-xp.c 	writel(timer0_ctrl_reg, timer_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    226 drivers/clocksource/timer-armada-370-xp.c 	writel(timer0_local_ctrl_reg, local_base + TIMER_CTRL_OFF);
TIMER_CTRL_OFF    267 drivers/clocksource/timer-armada-370-xp.c 	atomic_io_modify(timer_base + TIMER_CTRL_OFF, clr | set, set);
TIMER_CTRL_OFF    285 drivers/clocksource/timer-armada-370-xp.c 	atomic_io_modify(timer_base + TIMER_CTRL_OFF,