Home
last modified time | relevance | path

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

/drivers/pwm/
Dpwm-meson.c323 u32 fin_ns; in meson_pwm_cnt_to_ns() local
332 fin_ns = div_u64(NSEC_PER_SEC, fin_freq); in meson_pwm_cnt_to_ns()
334 return cnt * fin_ns * (channel->pre_div + 1); in meson_pwm_cnt_to_ns()