Searched refs:rc6vids (Results 1 – 2 of 2) sorted by relevance
233 u32 rc6vids, rc6_mask; in gen6_rc6_enable() local262 rc6vids = 0; in gen6_rc6_enable()264 &rc6vids, NULL); in gen6_rc6_enable()268 (GEN6_DECODE_RC6_VID(rc6vids & 0xff) < 450)) { in gen6_rc6_enable()271 GEN6_DECODE_RC6_VID(rc6vids & 0xff), 450); in gen6_rc6_enable()272 rc6vids &= 0xffff00; in gen6_rc6_enable()273 rc6vids |= GEN6_ENCODE_RC6_VID(450); in gen6_rc6_enable()274 ret = sandybridge_pcode_write(i915, GEN6_PCODE_WRITE_RC6VIDS, rc6vids); in gen6_rc6_enable()
123 u32 gt_core_status, rcctl1, rc6vids = 0; in gen6_drpc() local138 &rc6vids, NULL); in gen6_drpc()196 GEN6_DECODE_RC6_VID(((rc6vids >> 0) & 0xff))); in gen6_drpc()198 GEN6_DECODE_RC6_VID(((rc6vids >> 8) & 0xff))); in gen6_drpc()200 GEN6_DECODE_RC6_VID(((rc6vids >> 16) & 0xff))); in gen6_drpc()
Completed in 6 milliseconds