Searched refs:VLV_GTLC_ALLOWWAKEREQ (Results 1 – 2 of 2) sorted by relevance
264 intel_uncore_rmw(uncore, VLV_GTLC_WAKE_CTRL, ~VLV_GTLC_ALLOWWAKEREQ, in vlv_restore_gunit_s0ix_state()265 s->gtlc_wake_ctrl & ~VLV_GTLC_ALLOWWAKEREQ); in vlv_restore_gunit_s0ix_state()334 intel_uncore_rmw(uncore, VLV_GTLC_WAKE_CTRL, VLV_GTLC_ALLOWWAKEREQ, in vlv_allow_gt_wake()335 allow ? VLV_GTLC_ALLOWWAKEREQ : 0); in vlv_allow_gt_wake()
1527 #define VLV_GTLC_ALLOWWAKEREQ (1 << 0) macro
Completed in 13 milliseconds