Searched refs:SDVO_PIPE_SEL (Results 1 – 4 of 4) sorted by relevance
55 hdmi_val |= SDVO_PIPE_SEL(crtc->pipe); in intel_hdmi_prepare()319 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()
114 (val & SDVO_PIPE_SEL_MASK) == SDVO_PIPE_SEL(PIPE_A)) in ibx_sanitize_pch_hdmi_port()122 val |= SDVO_PIPE_SEL(PIPE_A); in ibx_sanitize_pch_hdmi_port()
1571 sdvox |= SDVO_PIPE_SEL(crtc->pipe); in intel_sdvo_pre_enable()1800 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()
2625 #define SDVO_PIPE_SEL(pipe) ((pipe) << 30) macro