Searched refs:VLV_PCBR (Results 1 – 3 of 3) sorted by relevance
290 pcbr = intel_uncore_read(uncore, VLV_PCBR); in chv_rc6_init()297 intel_uncore_write(uncore, VLV_PCBR, pctx_paddr); in chv_rc6_init()312 pcbr = intel_uncore_read(uncore, VLV_PCBR); in vlv_rc6_init()349 intel_uncore_write(uncore, VLV_PCBR, pctx_paddr); in vlv_rc6_init()
178 s->pcbr = intel_uncore_read(uncore, VLV_PCBR); in vlv_save_gunit_s0ix_state()277 intel_uncore_write(uncore, VLV_PCBR, s->pcbr); in vlv_restore_gunit_s0ix_state()
2892 #define VLV_PCBR _MMIO(VLV_DISPLAY_BASE + 0x2120) macro