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

/drivers/pwm/
H A Dpwm-samsung.c297 unsigned long tin_rate; local
305 tin_rate = pwm_samsung_calc_tin(our_chip, pwm->hwpwm, period);
307 dev_dbg(our_chip->chip.dev, "tin_rate=%lu\n", tin_rate);
309 tin_ns = NSEC_PER_SEC / tin_rate;

Completed in 12 milliseconds