Home
last modified time | relevance | path

Searched refs:MEMSWCTL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c6412 rgvswctl = intel_uncore_read16(uncore, MEMSWCTL); in ironlake_set_drps()
6420 intel_uncore_write16(uncore, MEMSWCTL, rgvswctl); in ironlake_set_drps()
6421 intel_uncore_posting_read16(uncore, MEMSWCTL); in ironlake_set_drps()
6424 intel_uncore_write16(uncore, MEMSWCTL, rgvswctl); in ironlake_set_drps()
6486 if (wait_for_atomic((intel_uncore_read(uncore, MEMSWCTL) & in ironlake_enable_drps()
6511 rgvswctl = intel_uncore_read16(uncore, MEMSWCTL); in ironlake_disable_drps()
6531 intel_uncore_write(uncore, MEMSWCTL, rgvswctl); in ironlake_disable_drps()
Di915_debugfs.c782 u16 rgvswctl = intel_uncore_read16(uncore, MEMSWCTL); in i915_frequency_info()
Di915_reg.h3707 #define MEMSWCTL _MMIO(0x11170) /* Ironlake only */ macro