Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/loongson32/common/
Dtime.c17 #define LS1X_TIMER_BASE LS1X_PWM1_BASE macro
21 #define LS1X_TIMER_BASE LS1X_PWM2_BASE macro
25 #define LS1X_TIMER_BASE LS1X_PWM3_BASE macro
29 #define LS1X_TIMER_BASE LS1X_PWM0_BASE macro
52 timer_reg_base = ioremap(LS1X_TIMER_BASE, SZ_16); in ls1x_pwmtimer_init()