Searched refs:VLV_GTLC_PW_STATUS (Results 1 – 3 of 3) sorted by relevance
287 i915_reg_t reg = VLV_GTLC_PW_STATUS; in vlv_wait_for_pw_status()386 if (!(intel_uncore_read(uncore, VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEERR)) in vlv_check_no_gt_access()390 intel_uncore_write(uncore, VLV_GTLC_PW_STATUS, VLV_GTLC_ALLOWWAKEERR); in vlv_check_no_gt_access()
106 pw_status = intel_uncore_read(uncore, VLV_GTLC_PW_STATUS); in vlv_drpc()
1471 #define VLV_GTLC_PW_STATUS _MMIO(0x130094) macro