Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dqcom-timer.c35 #define TIMER_ENABLE_EN BIT(0) macro
54 ctrl &= ~TIMER_ENABLE_EN; in msm_timer_interrupt()
66 ctrl &= ~TIMER_ENABLE_EN; in msm_timer_set_next_event()
76 writel_relaxed(ctrl | TIMER_ENABLE_EN, event_base + TIMER_ENABLE); in msm_timer_set_next_event()
86 ctrl &= ~(TIMER_ENABLE_EN | TIMER_ENABLE_CLR_ON_MATCH_EN); in msm_timer_set_mode()
226 writel_relaxed(TIMER_ENABLE_EN, source_base + TIMER_ENABLE); in msm_timer_init()