Searched refs:VLV_GTLC_WAKE_CTRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | vlv_suspend.c | 171 s->gtlc_wake_ctrl = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_save_gunit_s0ix_state() 262 val = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_restore_gunit_s0ix_state() 265 intel_uncore_write(uncore, VLV_GTLC_WAKE_CTRL, val); in vlv_restore_gunit_s0ix_state() 340 val = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake() 344 intel_uncore_write(uncore, VLV_GTLC_WAKE_CTRL, val); in vlv_allow_gt_wake() 345 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake() 406 (intel_uncore_read(&dev_priv->uncore, VLV_GTLC_WAKE_CTRL) & mask) != mask); in vlv_suspend_complete()
|
H A D | i915_reg.h | 8956 #define VLV_GTLC_WAKE_CTRL _MMIO(0x130090) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | vlv_suspend.c | 174 s->gtlc_wake_ctrl = intel_uncore_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_save_gunit_s0ix_state() 264 intel_uncore_rmw(uncore, VLV_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() 336 intel_uncore_posting_read(uncore, VLV_GTLC_WAKE_CTRL); in vlv_allow_gt_wake() 397 (intel_uncore_read(&dev_priv->uncore, VLV_GTLC_WAKE_CTRL) & mask) != mask); in vlv_suspend_complete()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_regs.h | 1543 #define VLV_GTLC_WAKE_CTRL _MMIO(0x130090) macro
|
Completed in 46 milliseconds