Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dtimer-qcom.c24 #define TIMER_ENABLE 0x0008 macro
42 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_interrupt()
44 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_interrupt()
53 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_set_next_event()
56 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_set_next_event()
65 writel_relaxed(ctrl | TIMER_ENABLE_EN, event_base + TIMER_ENABLE); in msm_timer_set_next_event()
73 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_shutdown()
75 writel_relaxed(ctrl, event_base + TIMER_ENABLE); in msm_timer_shutdown()
186 writel_relaxed(TIMER_ENABLE_EN, source_base + TIMER_ENABLE); in msm_timer_init()
Dtimer-oxnas-rps.c39 #define TIMER_ENABLE BIT(7) macro
78 cfg |= TIMER_ENABLE; in oxnas_rps_timer_config()
192 writel_relaxed(TIMER_PERIODIC | TIMER_ENABLE | TIMER_DIV16, in oxnas_rps_clocksource_init()
Dtimer-rockchip.c28 #define TIMER_ENABLE 0x1 macro
62 writel_relaxed(TIMER_ENABLE | flags, timer->ctrl); in rk_timer_enable()
/Linux-v5.4/arch/hexagon/include/asm/
Dtimer-regs.h13 #define TIMER_ENABLE 0 macro
/Linux-v5.4/arch/hexagon/kernel/
Dtime.c83 iowrite32(1 << TIMER_ENABLE, &rtos_timer->enable); in set_next_event()