Home
last modified time | relevance | path

Searched refs:SOR_ENABLE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddc.h299 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h314 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro
H A Dsor.c2226 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2623 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
2680 value &= ~SOR_ENABLE(sor->index); in tegra_sor_dp_disable()
2921 value |= SOR_ENABLE(sor->index); in tegra_sor_dp_enable()

Completed in 13 milliseconds