Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-spear/
Dtime.c45 #define CTRL_ENABLE 0x0020 macro
89 val |= CTRL_ENABLE ; in spear_clocksource_init()
113 val &= ~CTRL_ENABLE; in clockevent_set_mode()
124 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_set_mode()
150 if (val & CTRL_ENABLE) in clockevent_next_event()
151 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
155 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_next_event()
/linux-3.4.99/arch/arm/plat-s5p/
Dsysmmu.c22 #define CTRL_ENABLE 0x5 macro
86 __raw_writel(CTRL_ENABLE, sysmmusfrs[ips] + S5P_MMU_CTRL); in sysmmu_unblock()
182 __raw_writel(CTRL_ENABLE, sysmmusfrs[ips] + S5P_MMU_CTRL); in s5p_sysmmu_enable()