crstandvid       1085 drivers/gpu/drm/i915/i915_debugfs.c 	u16 crstandvid;
crstandvid       1089 drivers/gpu/drm/i915/i915_debugfs.c 	crstandvid = intel_uncore_read16(uncore, CRSTANDVID);
crstandvid       1106 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "RS1 VID: %d\n", (crstandvid & 0x3f));
crstandvid       1107 drivers/gpu/drm/i915/i915_debugfs.c 	seq_printf(m, "RS2 VID: %d\n", ((crstandvid >> 8) & 0x3f));