Searched refs:TRANS_ENABLE (Results 1 – 2 of 2) sorted by relevance
1335 enabled = !!(val & TRANS_ENABLE); in assert_transcoder_disabled()1732 I915_WRITE(reg, val | TRANS_ENABLE); in ironlake_enable_pch_transcoder()1754 val = TRANS_ENABLE; in lpt_enable_pch_transcoder()1783 val &= ~TRANS_ENABLE; in ironlake_disable_pch_transcoder()1803 val &= ~TRANS_ENABLE; in lpt_disable_pch_transcoder()5745 if (I915_READ(TRANSCONF(crtc->pipe)) & TRANS_ENABLE) in ironlake_get_pipe_config()5883 I915_READ(TRANSCONF(PIPE_A)) & TRANS_ENABLE) in haswell_get_pipe_config()
3932 #define TRANS_ENABLE (1<<31) macro