Searched refs:SDVO_PIPE_SEL (Results 1 – 4 of 4) sorted by relevance
1561 sdvox |= SDVO_PIPE_SEL(crtc->pipe); in intel_sdvo_pre_enable()1790 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()
1823 hdmi_val |= SDVO_PIPE_SEL(crtc->pipe); in intel_hdmi_prepare()2097 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()
18697 (val & SDVO_PIPE_SEL_MASK) == SDVO_PIPE_SEL(PIPE_A)) in ibx_sanitize_pch_hdmi_port()18705 val |= SDVO_PIPE_SEL(PIPE_A); in ibx_sanitize_pch_hdmi_port()
4807 #define SDVO_PIPE_SEL(pipe) ((pipe) << 30) macro