Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-nomadik/
Dtimer.c88 writel(0, mtu_base + MTU_LR(1)); in nmdk_clkevt_mode()
101 writel(0xffffffff, mtu_base + MTU_LR(1)); in nmdk_clkevt_mode()
111 writel(evt, mtu_base + MTU_LR(1)); in nmdk_clkevt_next()
171 writel(0, mtu_base + MTU_LR(0)); in nmdk_timer_init()
/linux-2.6.39/arch/arm/plat-nomadik/include/plat/
Dmtu.h24 #define MTU_LR(x) (0x10 + 0x10 * (x) + 0x00) /* Load value */ macro