Searched refs:SOR_ENABLE (Results 1 – 2 of 2) sorted by relevance
299 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro
2230 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()