Searched refs:period_max (Results 1 – 3 of 3) sorted by relevance
83 uint32_t period_min, period_max; in inv_validate_period() local87 period_max = ts->max_period * ts->mult; in inv_validate_period()88 if (period > period_min && period < period_max) in inv_validate_period()113 const int64_t period_max = (int64_t)ts->max_period * ts->mult; in inv_align_timestamp_it() local122 add_max = period_max - (int64_t)ts->period; in inv_align_timestamp_it()
1549 u64 period_max; in ti_sn_pwm_apply() local1620 period_max = div_u64((u64)NSEC_PER_SEC * 255 * (65535 + 1), in ti_sn_pwm_apply()1622 period = min(state->period, period_max); in ti_sn_pwm_apply()