Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-spear/
Dtime.c46 #define CTRL_ENABLE 0x0020 macro
90 val |= CTRL_ENABLE ; in spear_clocksource_init()
114 val &= ~CTRL_ENABLE; in clockevent_set_mode()
125 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_set_mode()
151 if (val & CTRL_ENABLE) in clockevent_next_event()
152 writew(val & ~CTRL_ENABLE, gpt_base + CR(CLKEVT)); in clockevent_next_event()
156 val |= CTRL_ENABLE | CTRL_INT_ENABLE; in clockevent_next_event()
/linux-4.1.27/drivers/pwm/
Dpwm-vt8500.c45 #define CTRL_ENABLE BIT(0) macro
147 val |= CTRL_ENABLE; in vt8500_pwm_enable()
160 val &= ~CTRL_ENABLE; in vt8500_pwm_disable()
/linux-4.1.27/drivers/iommu/
Dexynos-iommu.c96 #define CTRL_ENABLE 0x5 macro
244 __raw_writel(CTRL_ENABLE, sfrbase + REG_MMU_CTRL); in sysmmu_unblock()
439 __raw_writel(CTRL_ENABLE, data->sfrbase + REG_MMU_CTRL); in __sysmmu_enable_nocount()