Home
last modified time | relevance | path

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

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