Searched refs:SDVO_PIPE_SEL (Results 1 – 3 of 3) sorted by relevance
1169 hdmi_val |= SDVO_PIPE_SEL(crtc->pipe); in intel_hdmi_prepare()1422 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()
1372 sdvox |= SDVO_PIPE_SEL(crtc->pipe); in intel_sdvo_pre_enable()1565 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()
4430 #define SDVO_PIPE_SEL(pipe) ((pipe) << 30) macro