Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dmps2-timer.c28 #define TIMER_RELOAD 0x8 macro
56 clockevent_mps2_writel(0, ce, TIMER_RELOAD); in mps2_timer_shutdown()
74 clockevent_mps2_writel(clock_count_per_tick, ce, TIMER_RELOAD); in mps2_timer_set_periodic()
221 writel_relaxed(0xffffffff, base + TIMER_RELOAD); in mps2_clocksource_init()
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c17 #define TIMER_RELOAD (0x1 << 1) /* reload internal value */ macro
51 writel(TIMER_MODE | TIMER_DIV | TIMER_SRC | TIMER_RELOAD | TIMER_EN, in timer_init()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dmicroblaze_timer.h14 #define TIMER_RELOAD 0x010 /* ARHT0 */ macro
/openbmc/u-boot/arch/microblaze/cpu/
H A Dtimer.c86 TIMER_RELOAD | TIMER_DOWN_COUNT; in timer_init()