Searched refs:VDECCLK_GATE_D (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h952 #define VDECCLK_GATE_D _MMIO(0x620C) /* g4x only */
1694 #define VDECCLK_GATE_D macro
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c206 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, 0, VCP_UNIT_CLOCK_GATE_DISABLE);
207 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D);
228 intel_uncore_rmw_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE, 0);
229 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D);

Completed in 193 milliseconds