Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dsor.c472 u32 active_frac; member
1084 unsigned int active_frac; member
1094 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
1113 active_frac = div_u64(frac, f); in tegra_sor_compute_params()
1117 active_frac++; in tegra_sor_compute_params()
1119 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
1123 if (active_frac == 1) in tegra_sor_compute_params()
1127 if (active_frac) { in tegra_sor_compute_params()
1128 approx = active_count + (active_frac * (f - 1)) * f; in tegra_sor_compute_params()
1129 approx = div_u64(approx, active_frac * f); in tegra_sor_compute_params()
[all …]