Searched refs:TIMER1_EN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-orion.c | 28 #define TIMER1_EN BIT(2) macro 74 TIMER1_RELOAD_EN | TIMER1_EN, TIMER1_EN); in orion_clkevt_next_event() 83 TIMER1_RELOAD_EN | TIMER1_EN, 0); in orion_clkevt_shutdown() 93 TIMER1_RELOAD_EN | TIMER1_EN, in orion_clkevt_set_periodic() 94 TIMER1_RELOAD_EN | TIMER1_EN); in orion_clkevt_set_periodic()
|
H A D | timer-armada-370-xp.c | 58 #define TIMER1_EN BIT(2) macro
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-orion.c | 25 #define TIMER1_EN BIT(2) macro 71 TIMER1_RELOAD_EN | TIMER1_EN, TIMER1_EN); in orion_clkevt_next_event() 80 TIMER1_RELOAD_EN | TIMER1_EN, 0); in orion_clkevt_shutdown() 90 TIMER1_RELOAD_EN | TIMER1_EN, in orion_clkevt_set_periodic() 91 TIMER1_RELOAD_EN | TIMER1_EN); in orion_clkevt_set_periodic()
|
H A D | timer-armada-370-xp.c | 55 #define TIMER1_EN BIT(2) macro
|
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | time.c | 38 #define TIMER1_EN 0x0004 macro 102 u = (u & ~TIMER1_RELOAD_EN) | TIMER1_EN; in orion_clkevt_next_event() 119 writel(u & ~TIMER1_EN, timer_base + TIMER_CTRL_OFF); in orion_clkevt_shutdown() 150 writel(u | TIMER1_EN | TIMER1_RELOAD_EN, timer_base + TIMER_CTRL_OFF); in orion_clkevt_set_periodic()
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | time.c | 38 #define TIMER1_EN 0x0004 macro 102 u = (u & ~TIMER1_RELOAD_EN) | TIMER1_EN; in orion_clkevt_next_event() 119 writel(u & ~TIMER1_EN, timer_base + TIMER_CTRL_OFF); in orion_clkevt_shutdown() 150 writel(u | TIMER1_EN | TIMER1_RELOAD_EN, timer_base + TIMER_CTRL_OFF); in orion_clkevt_set_periodic()
|
Completed in 3 milliseconds