tin_rate          326 drivers/pwm/pwm-samsung.c 		unsigned long tin_rate;
tin_rate          334 drivers/pwm/pwm-samsung.c 		tin_rate = pwm_samsung_calc_tin(our_chip, pwm->hwpwm, period);
tin_rate          336 drivers/pwm/pwm-samsung.c 		dev_dbg(our_chip->chip.dev, "tin_rate=%lu\n", tin_rate);
tin_rate          338 drivers/pwm/pwm-samsung.c 		tin_ns = NSEC_PER_SEC / tin_rate;