Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dsor.c1534 value &= ~SOR_ENABLE(0); in tegra_sor_edp_disable()
1890 value |= SOR_ENABLE(0); in tegra_sor_edp_enable()
2180 value &= ~(SOR1_TIMING_CYA | SOR_ENABLE(1)); in tegra_sor_hdmi_disable()
2182 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2555 value |= SOR_ENABLE(1) | SOR1_TIMING_CYA; in tegra_sor_hdmi_enable()
2557 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
Ddc.h303 #define SOR_ENABLE(x) (1 << (25 + (x))) macro