Lines Matching refs:PIPECONF_ENABLE
456 cur_state = !!(val & PIPECONF_ENABLE); in assert_transcoder()
570 if (val & PIPECONF_ENABLE) { in intel_enable_transcoder()
576 intel_de_write(dev_priv, reg, val | PIPECONF_ENABLE); in intel_enable_transcoder()
609 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_transcoder()
621 val &= ~PIPECONF_ENABLE; in intel_disable_transcoder()
631 if ((val & PIPECONF_ENABLE) == 0) in intel_disable_transcoder()
3033 pipeconf |= PIPECONF_ENABLE; in i9xx_set_pipeconf()
3242 if (!(tmp & PIPECONF_ENABLE)) in i9xx_get_pipe_config()
3357 val |= PIPECONF_ENABLE; in ilk_set_pipeconf()
3421 val |= PIPECONF_ENABLE; in hsw_set_transconf()
3662 if (!(tmp & PIPECONF_ENABLE)) in ilk_get_pipe_config()
3978 return tmp & PIPECONF_ENABLE; in hsw_get_transcoder_state()
8885 intel_de_write(dev_priv, PIPECONF(pipe), PIPECONF_ENABLE); in i830_enable_pipe()