Searched refs:PIPECONF_BPC_MASK (Results 1 – 2 of 2) sorted by relevance
1654 val &= ~PIPECONF_BPC_MASK; in ironlake_enable_pch_transcoder()1658 val |= pipeconf_val & PIPECONF_BPC_MASK; in ironlake_enable_pch_transcoder()4844 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_pll_enable()4916 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_disable()4944 temp |= (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) << 11; in ironlake_fdi_disable()5270 u32 bpc = (I915_READ(PIPECONF(pipe)) & PIPECONF_BPC_MASK) >> 5; in ironlake_pch_enable()8792 switch (tmp & PIPECONF_BPC_MASK) { in i9xx_get_pipe_config()9966 switch (tmp & PIPECONF_BPC_MASK) { in ironlake_get_pipe_config()
5661 #define PIPECONF_BPC_MASK (0x7 << 5) macro