Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-qcom.c26 #define TIMER_ENABLE_EN BIT(0) macro
43 ctrl &= ~TIMER_ENABLE_EN; in msm_timer_interrupt()
55 ctrl &= ~TIMER_ENABLE_EN; in msm_timer_set_next_event()
65 writel_relaxed(ctrl | TIMER_ENABLE_EN, event_base + TIMER_ENABLE); in msm_timer_set_next_event()
74 ctrl &= ~(TIMER_ENABLE_EN | TIMER_ENABLE_CLR_ON_MATCH_EN); in msm_timer_shutdown()
186 writel_relaxed(TIMER_ENABLE_EN, source_base + TIMER_ENABLE); in msm_timer_init()