Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Drockchip_timer.c114 const uint64_t reload_val = ~0uLL; in rockchip_timer_start() local
115 const uint32_t reload_val_l = reload_val & 0xffffffff; in rockchip_timer_start()
116 const uint32_t reload_val_h = reload_val >> 32; in rockchip_timer_start()
H A Dast_timer.c35 writel(AST_TMC_RELOAD_VAL, &priv->tmc->reload_val); in ast_timer_probe()
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dsystick-timer.c34 uint32_t reload_val; member
61 writel(TIMER_MAX_VAL, &systick->reload_val); in timer_init()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h33 u32 reload_val; member