Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tegra/
Dsor.c52 u32 active_polarity; member
312 unsigned int active_polarity; member
324 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
334 active_polarity = 1; in tegra_sor_compute_params()
337 active_polarity = 0; in tegra_sor_compute_params()
346 if (active_polarity) in tegra_sor_compute_params()
349 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
354 active_polarity = 0; in tegra_sor_compute_params()
356 if (active_polarity == 1) { in tegra_sor_compute_params()
375 params->active_polarity = active_polarity; in tegra_sor_compute_params()
[all …]