Searched refs:reload_val (Results 1 – 4 of 4) sorted by relevance
114 const uint64_t reload_val = ~0uLL; in rockchip_timer_start() local115 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()
35 writel(AST_TMC_RELOAD_VAL, &priv->tmc->reload_val); in ast_timer_probe()
34 uint32_t reload_val; member61 writel(TIMER_MAX_VAL, &systick->reload_val); in timer_init()
33 u32 reload_val; member