Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Dsor.c466 u32 active_polarity; member
1079 unsigned int active_polarity; member
1091 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
1101 active_polarity = 1; in tegra_sor_compute_params()
1104 active_polarity = 0; in tegra_sor_compute_params()
1113 if (active_polarity) in tegra_sor_compute_params()
1116 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
1121 active_polarity = 0; in tegra_sor_compute_params()
1123 if (active_polarity == 1) { in tegra_sor_compute_params()
1142 params->active_polarity = active_polarity; in tegra_sor_compute_params()
[all …]