Lines Matching refs:ctrl
42 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE);
43 ctrl &= ~TIMER_ENABLE_EN;
44 writel_relaxed(ctrl, event_base + TIMER_ENABLE);
53 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE);
55 ctrl &= ~TIMER_ENABLE_EN;
56 writel_relaxed(ctrl, event_base + TIMER_ENABLE);
58 writel_relaxed(ctrl, event_base + TIMER_CLEAR);
65 writel_relaxed(ctrl | TIMER_ENABLE_EN, event_base + TIMER_ENABLE);
71 u32 ctrl;
73 ctrl = readl_relaxed(event_base + TIMER_ENABLE);
74 ctrl &= ~(TIMER_ENABLE_EN | TIMER_ENABLE_CLR_ON_MATCH_EN);
75 writel_relaxed(ctrl, event_base + TIMER_ENABLE);