Searched refs:FW_BLC_SELF_EN (Results 1 – 5 of 5) sorted by relevance
119 #define FW_BLC_SELF_EN (1L << 15) macro
518 co->write_reg(cd, FW_BLC_SELF, fwbcl & ~FW_BLC_SELF_EN); in igmafb_planestart_quirk()
361 was_enabled = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN; in _intel_set_memory_cxsr()362 I915_WRITE(FW_BLC_SELF, enable ? FW_BLC_SELF_EN : 0); in _intel_set_memory_cxsr()374 was_enabled = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN; in _intel_set_memory_cxsr()375 val = enable ? _MASKED_BIT_ENABLE(FW_BLC_SELF_EN) : in _intel_set_memory_cxsr()376 _MASKED_BIT_DISABLE(FW_BLC_SELF_EN); in _intel_set_memory_cxsr()5916 wm->cxsr = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN; in g4x_wm_get_hw_state()
1358 sr_enabled = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN; in i915_sr_status()
2861 #define FW_BLC_SELF_EN (1 << 15) /* 945 only */ macro