Searched refs:PIPECONF_BPC_MASK (Results 1 – 2 of 2) sorted by relevance
1980 val &= ~PIPECONF_BPC_MASK; in ironlake_enable_pch_transcoder()1981 val |= pipeconf_val & PIPECONF_BPC_MASK; in ironlake_enable_pch_transcoder()3642 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_pll_enable()3712 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_disable()3740 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_disable()4038 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5; in ironlake_pch_enable()7057 switch (tmp & PIPECONF_BPC_MASK) { in i9xx_get_pipe_config()8187 switch (tmp & PIPECONF_BPC_MASK) { in ironlake_get_pipe_config()
3960 #define PIPECONF_BPC_MASK (0x7 << 5) macro