Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dqcom-timer.c33 #define TIMER_ENABLE 0x0008 macro
51 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_interrupt()
53 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_interrupt()
62 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_set_next_event()
65 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_set_next_event()
74 writel_relaxed(ctrl | TIMER_ENABLE_EN, event_base + TIMER_ENABLE); in msm_timer_set_next_event()
82 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_shutdown()
84 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_shutdown()
195 writel_relaxed(TIMER_ENABLE_EN, source_base + TIMER_ENABLE); in msm_timer_init()
Dtimer-oxnas-rps.c50 #define TIMER_ENABLE BIT(7) macro
89 cfg |= TIMER_ENABLE; in oxnas_rps_timer_config()
203 writel_relaxed(TIMER_PERIODIC | TIMER_ENABLE | TIMER_DIV16, in oxnas_rps_clocksource_init()
Drockchip_timer.c31 #define TIMER_ENABLE 0x1 macro
65 writel_relaxed(TIMER_ENABLE | flags, timer->ctrl); in rk_timer_enable()
/Linux-v4.19/arch/hexagon/include/asm/
Dtimer-regs.h26 #define TIMER_ENABLE 0 macro
/Linux-v4.19/arch/hexagon/kernel/
Dtime.c96 iowrite32(1 << TIMER_ENABLE, &rtos_timer->enable); in set_next_event()