Searched refs:GEN6_RC_CONTROL (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_rc6.c | 444 rc_ctl = intel_uncore_read(uncore, GEN6_RC_CONTROL); in bxt_check_bios_rc6_setup() 577 intel_uncore_write_fw(uncore, GEN6_RC_CONTROL, 0); in __intel_rc6_disable() 689 intel_uncore_write_fw(uncore, GEN6_RC_CONTROL, rc6->ctl_enable); in intel_rc6_unpark() 709 intel_uncore_write_fw(uncore, GEN6_RC_CONTROL, GEN6_RC_CTL_RC6_ENABLE); in intel_rc6_park()
|
H A D | intel_gt_pm_debugfs.c | 98 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL); in vlv_drpc() 126 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL); in gen6_drpc() 273 rcctl1 = intel_uncore_read(uncore, GEN6_RC_CONTROL); in mtl_drpc()
|
H A D | selftest_rc6.c | 100 intel_uncore_read_fw(gt->uncore, GEN6_RC_CONTROL), in live_rc6_manual()
|
H A D | intel_gt_regs.h | 832 #define GEN6_RC_CONTROL _MMIO(0xa090) macro
|
/linux/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 559 MMIO_D(GEN6_RC_CONTROL); in iterate_generic_mmio()
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 2378 MMIO_DH(GEN6_RC_CONTROL, D_ALL, NULL, NULL); in init_generic_mmio_info()
|