Searched refs:TRANS_ENABLE (Results 1 – 3 of 3) sorted by relevance
1308 enabled = !!(val & TRANS_ENABLE); in assert_pch_transcoder_disabled()1672 I915_WRITE(reg, val | TRANS_ENABLE); in ironlake_enable_pch_transcoder()1691 val = TRANS_ENABLE; in lpt_enable_pch_transcoder()1721 val &= ~TRANS_ENABLE; in ironlake_disable_pch_transcoder()1741 val &= ~TRANS_ENABLE; in lpt_disable_pch_transcoder()9994 if (I915_READ(PCH_TRANSCONF(crtc->pipe)) & TRANS_ENABLE) { in ironlake_get_pipe_config()10389 (port == PORT_E) && I915_READ(LPT_TRANSCONF) & TRANS_ENABLE) { in haswell_get_ddi_port_state()
391 if (vgpu_vreg(vgpu, offset) & TRANS_ENABLE) in transconf_mmio_write()
8288 #define TRANS_ENABLE (1 << 31) macro