Searched refs:FW_BLC_SELF_VLV (Results 1 – 3 of 3) sorted by relevance
356 was_enabled = I915_READ(FW_BLC_SELF_VLV) & FW_CSPWRDWNEN; in _intel_set_memory_cxsr()357 I915_WRITE(FW_BLC_SELF_VLV, enable ? FW_CSPWRDWNEN : 0); in _intel_set_memory_cxsr()358 POSTING_READ(FW_BLC_SELF_VLV); in _intel_set_memory_cxsr()5855 wm->cxsr = I915_READ(FW_BLC_SELF_VLV) & FW_CSPWRDWNEN; in vlv_wm_get_hw_state()
1771 sr_enabled = I915_READ(FW_BLC_SELF_VLV) & FW_CSPWRDWNEN; in i915_sr_status()
3467 #define FW_BLC_SELF_VLV _MMIO(VLV_DISPLAY_BASE + 0x6500) macro