Home
last modified time | relevance | path

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

/drivers/pwm/
Dpwm-tegra.c100 unsigned long rate, required_clk_rate; in tegra_pwm_config() local
145 required_clk_rate = DIV_ROUND_UP_ULL((u64)NSEC_PER_SEC << PWM_DUTY_WIDTH, in tegra_pwm_config()
148 err = clk_set_rate(pc->clk, required_clk_rate); in tegra_pwm_config()