Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A 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()
H A 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()
H A Dtimer-rockchip.c30 #define TIMER_ENABLE 0x1 macro
66 writel_relaxed(TIMER_ENABLE | flags, timer->ctrl); in rk_timer_enable()
/OK3568_Linux_fs/u-boot/arch/arm/mach-versatile/
H A Dtimer.c24 #define TIMER_ENABLE (1 << 7) macro
41 tmr_ctrl_val &= ~TIMER_ENABLE; in timer_init()
58 tmr_ctrl_val |= (TIMER_ENABLE | TIMER_PRS_8S); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c22 #define TIMER_ENABLE (1 << 7) macro
103 writel(TIMER_ENABLE | TIMER_CLKSEL, in timer_init()
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dtime.c22 #define TIMER_ENABLE BIT(0) macro
91 iowrite32(TIMER_ENABLE, &rtos_timer->enable); in set_next_event()
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dmicroblaze_timer.h12 #define TIMER_ENABLE 0x080 /* ENT0 */ macro
/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dtimer.c82 tmr->control = TIMER_ENABLE | TIMER_ENABLE_INTR |\ in timer_init()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rk-timer.c28 #define TIMER_ENABLE BIT(0) macro
163 TIMER_ENABLE | TIMER_MODE_USER_DEFINED_COUNT | in rk_timer_rtc_reset()