Searched refs:SOR_ENABLE (Results 1 – 2 of 2) sorted by relevance
1611 value &= ~SOR_ENABLE(0); in tegra_sor_edp_disable()1967 value |= SOR_ENABLE(0); in tegra_sor_edp_enable()2402 value &= ~(SOR1_TIMING_CYA | SOR_ENABLE(1)); in tegra_sor_hdmi_disable()2404 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()2777 value |= SOR_ENABLE(1) | SOR1_TIMING_CYA; in tegra_sor_hdmi_enable()2779 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
300 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro