Searched refs:TIMER_ENABLE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-qcom.c | 24 #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()
|
H A D | timer-oxnas-rps.c | 39 #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()
|
H A D | timer-rockchip.c | 28 #define TIMER_ENABLE 0x1 macro 62 writel_relaxed(TIMER_ENABLE | flags, timer->ctrl); in rk_timer_enable()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-qcom.c | 24 #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()
|
H A D | timer-rockchip.c | 28 #define TIMER_ENABLE 0x1 macro 62 writel_relaxed(TIMER_ENABLE | flags, timer->ctrl); in rk_timer_enable()
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | time.c | 22 #define TIMER_ENABLE BIT(0) macro 91 iowrite32(TIMER_ENABLE, &rtos_timer->enable); in set_next_event()
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | time.c | 22 #define TIMER_ENABLE BIT(0) macro 91 iowrite32(TIMER_ENABLE, &rtos_timer->enable); in set_next_event()
|
Completed in 4 milliseconds