Home
last modified time | relevance | path

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

/u-boot/drivers/pwm/
A Dpwm-mtk.c61 u32 clkdiv = 0, clksel = 0, cnt_period, cnt_duty, in mtk_pwm_set_config() local
71 cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, resolution); in mtk_pwm_set_config()
72 while (cnt_period > 8191) { in mtk_pwm_set_config()
75 cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, in mtk_pwm_set_config()
83 cnt_period = DIV_ROUND_CLOSEST_ULL( in mtk_pwm_set_config()
105 mtk_pwm_w32(dev, channel, reg_width, cnt_period); in mtk_pwm_set_config()

Completed in 3 milliseconds