Searched refs:IVB_FBC_STATUS2 (Results 1 – 2 of 2) sorted by relevance
1668 mask = I915_READ(IVB_FBC_STATUS2) & BDW_FBC_COMP_SEG_MASK; in i915_fbc_status()1670 mask = I915_READ(IVB_FBC_STATUS2) & IVB_FBC_COMP_SEG_MASK; in i915_fbc_status()
3051 #define IVB_FBC_STATUS2 _MMIO(0x43214) macro