Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dsor.c376 u32 active_polarity; member
751 unsigned int active_polarity; member
763 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
773 active_polarity = 1; in tegra_sor_compute_params()
776 active_polarity = 0; in tegra_sor_compute_params()
785 if (active_polarity) in tegra_sor_compute_params()
788 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
793 active_polarity = 0; in tegra_sor_compute_params()
795 if (active_polarity == 1) { in tegra_sor_compute_params()
814 params->active_polarity = active_polarity; in tegra_sor_compute_params()
[all …]