Searched refs:output_clk_hz (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pwm/
H A Dpwm-img.c92 unsigned long mul, output_clk_hz, input_clk_hz; img_pwm_config() local
103 output_clk_hz = DIV_ROUND_UP(NSEC_PER_SEC, period_ns); img_pwm_config()
105 mul = DIV_ROUND_UP(input_clk_hz, output_clk_hz); img_pwm_config()

Completed in 82 milliseconds