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

/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h33 u32 reload_val; member in struct:ast_timer_counter
/u-boot/arch/arm/cpu/armv7m/
H A Dsystick-timer.c38 uint32_t reload_val; member in struct:cm3_systick
65 writel(TIMER_MAX_VAL, &systick->reload_val);
/u-boot/drivers/timer/
H A Drockchip_timer.c115 const uint64_t reload_val = ~0uLL; local
116 const uint32_t reload_val_l = reload_val & 0xffffffff;
117 const uint32_t reload_val_h = reload_val >> 32;
H A Dast_timer.c36 writel(AST_TMC_RELOAD_VAL, &priv->tmc->reload_val);
39 * Stop the timer. This will also load reload_val into

Completed in 42 milliseconds