Home
last modified time | relevance | path

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

/drivers/gpu/drm/tegra/
Ddc.h299 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro
Dsor.c2230 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2627 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
2684 value &= ~SOR_ENABLE(sor->index); in tegra_sor_dp_disable()
2925 value |= SOR_ENABLE(sor->index); in tegra_sor_dp_enable()