Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_rc6.c302 pcbr = intel_uncore_read(uncore, VLV_PCBR); in chv_rc6_init()
309 intel_uncore_write(uncore, VLV_PCBR, pctx_paddr); in chv_rc6_init()
324 pcbr = intel_uncore_read(uncore, VLV_PCBR); in vlv_rc6_init()
362 intel_uncore_write(uncore, VLV_PCBR, pctx_paddr); in vlv_rc6_init()
/Linux-v6.6/drivers/gpu/drm/i915/
Dvlv_suspend.c181 s->pcbr = intel_uncore_read(uncore, VLV_PCBR); in vlv_save_gunit_s0ix_state()
275 intel_uncore_write(uncore, VLV_PCBR, s->pcbr); in vlv_restore_gunit_s0ix_state()
Di915_reg.h1041 #define VLV_PCBR _MMIO(VLV_DISPLAY_BASE + 0x2120) macro