Searched refs:saveVTOTAL_B (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/drm/
H A Di915_drv.h188 u32 saveVTOTAL_B; member in struct:drm_i915_private
H A Di915_suspend.c291 dev_priv->saveVTOTAL_B = I915_READ(VTOTAL_B);
450 I915_WRITE(VTOTAL_B, dev_priv->saveVTOTAL_B);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.h457 u32 saveVTOTAL_B; member in struct:i915_suspend_saved_registers
H A Di915_suspend.c338 dev_priv->regfile.saveVTOTAL_B = I915_READ(_VTOTAL_B);
556 I915_WRITE(_VTOTAL_B, dev_priv->regfile.saveVTOTAL_B);

Completed in 166 milliseconds