Home
last modified time | relevance | path

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

/linux/kernel/irq/
H A Dtimings.c
/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c83 uint32_t period_min, period_max; in inv_validate_period() local
87 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() local
122 add_max = period_max - (int64_t)ts->period; in inv_align_timestamp_it()
/linux/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1549 u64 period_max; in ti_sn_pwm_apply() local
1620 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()