Searched refs:TWD_TIMER_CONTROL (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | smp_twd.c | 39 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_shutdown() 47 twd_base + TWD_TIMER_CONTROL); in twd_set_oneshot() 59 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_periodic() 66 unsigned long ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in twd_set_next_event() 71 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_next_event() 163 writel_relaxed(0x1, twd_base + TWD_TIMER_CONTROL); in twd_calibrate_rate() 229 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup() 242 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | smp_twd.c | 39 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_shutdown() 47 twd_base + TWD_TIMER_CONTROL); in twd_set_oneshot() 59 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_periodic() 66 unsigned long ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in twd_set_next_event() 71 writel_relaxed(ctrl, twd_base + TWD_TIMER_CONTROL); in twd_set_next_event() 163 writel_relaxed(0x1, twd_base + TWD_TIMER_CONTROL); in twd_calibrate_rate() 229 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup() 242 writel_relaxed(0, twd_base + TWD_TIMER_CONTROL); in twd_timer_setup()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | smp_twd.h | 7 #define TWD_TIMER_CONTROL 0x08 macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | smp_twd.h | 7 #define TWD_TIMER_CONTROL 0x08 macro
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap4-common.c | 195 u32 twd_ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger() 207 writel_relaxed(twd_ctrl, twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap4-common.c | 195 u32 twd_ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger() 207 writel_relaxed(twd_ctrl, twd_base + TWD_TIMER_CONTROL); in gic_timer_retrigger()
|
Completed in 3 milliseconds