Searched refs:VLV_GTLC_WAKE_CTRL (Results 1 – 2 of 2) sorted by relevance
174 s->gtlc_wake_ctrl = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_save_gunit_s0ix_state()265 val = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_restore_gunit_s0ix_state()268 intel_uncore_write(uncore, VLV_GTLC_WAKE_CTRL, val); in vlv_restore_gunit_s0ix_state()343 val = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()347 intel_uncore_write(uncore, VLV_GTLC_WAKE_CTRL, val); in vlv_allow_gt_wake()348 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake()409 (intel_uncore_read(&dev_priv->uncore, VLV_GTLC_WAKE_CTRL) & mask) != mask); in vlv_suspend_complete()
1467 #define VLV_GTLC_WAKE_CTRL _MMIO(0x130090) macro