Home
last modified time | relevance | path

Searched refs:TMR_ICR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Dtime.c75 __raw_writel(0x01, mmp_timer_base + TMR_ICR(0)); in timer_interrupt()
102 __raw_writel(0x01, mmp_timer_base + TMR_ICR(0)); in timer_set_next_event()
169 __raw_writel(0x7, mmp_timer_base + TMR_ICR(0)); /* clear status */ in timer_config()
173 __raw_writel(0x7, mmp_timer_base + TMR_ICR(1)); /* clear status */ in timer_config()
H A Dregs-timers.h25 #define TMR_ICR(n) (0x0074 + ((n) << 2)) macro
/kernel/linux/linux-6.6/arch/arm/mach-mmp/
H A Dtime.c70 __raw_writel(0x01, mmp_timer_base + TMR_ICR(0)); in timer_interrupt()
97 __raw_writel(0x01, mmp_timer_base + TMR_ICR(0)); in timer_set_next_event()
164 __raw_writel(0x7, mmp_timer_base + TMR_ICR(0)); /* clear status */ in timer_config()
168 __raw_writel(0x7, mmp_timer_base + TMR_ICR(1)); /* clear status */ in timer_config()
H A Dregs-timers.h20 #define TMR_ICR(n) (0x0074 + ((n) << 2)) macro

Completed in 1 milliseconds