Searched refs:rc6vids (Results 1 – 2 of 2) sorted by relevance
222 u32 rc6vids, rc6_mask; in gen6_rc6_enable() local251 rc6vids = 0; in gen6_rc6_enable()253 &rc6vids, NULL); in gen6_rc6_enable()257 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_rc6_enable()260 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_rc6_enable()261 rc6vids &= 0xffff00; in gen6_rc6_enable()262 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_rc6_enable()263 ret = sandybridge_pcode_write(i915, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_rc6_enable()
81 u32 gt_core_status, rcctl1, rc6vids = 0; in gen6_drpc() local96 &rc6vids, NULL); in gen6_drpc()154 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); in gen6_drpc()156 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); in gen6_drpc()158 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff))); in gen6_drpc()