Searched refs:PIPECONF_BPC_MASK (Results 1 – 2 of 2) sorted by relevance
1998 val &= ~PIPECONF_BPC_MASK; in ironlake_enable_pch_transcoder()2002 val |= pipeconf_val & PIPECONF_BPC_MASK; in ironlake_enable_pch_transcoder()3803 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_pll_enable()3873 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_disable()3901 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_disable()4199 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5; in ironlake_pch_enable()8148 switch (tmp & PIPECONF_BPC_MASK) { in i9xx_get_pipe_config()9278 switch (tmp & PIPECONF_BPC_MASK) { in ironlake_get_pipe_config()
4390 #define PIPECONF_BPC_MASK (0x7 << 5) macro