Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/
H A Dvlv_suspend.c182 s->clock_gate_dis2 = intel_uncore_read(uncore, VLV_GUNIT_CLOCK_GATE2); in vlv_save_gunit_s0ix_state()
276 intel_uncore_write(uncore, VLV_GUNIT_CLOCK_GATE2, s->clock_gate_dis2); in vlv_restore_gunit_s0ix_state()
H A Di915_reg.h1035 #define VLV_GUNIT_CLOCK_GATE2 _MMIO(VLV_DISPLAY_BASE + 0x2064) macro