Home
last modified time | relevance | path

Searched refs:VDECCLK_GATE_D (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_reset.c193 rmw_set_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset()
194 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
215 rmw_clear_fw(uncore, VDECCLK_GATE_D, VCP_UNIT_CLOCK_GATE_DISABLE); in g4x_do_reset()
216 intel_uncore_posting_read_fw(uncore, VDECCLK_GATE_D); in g4x_do_reset()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h3536 #define VDECCLK_GATE_D _MMIO(0x620C) /* g4x only */ macro