OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRSTANDVID
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_gt_pm.c
173
u16
crstandvid
;
local
177
crstandvid
= intel_uncore_read16(uncore,
CRSTANDVID
);
194
seq_printf(m, "RS1 VID: %d\n", (
crstandvid
& 0x3f));
195
seq_printf(m, "RS2 VID: %d\n", ((
crstandvid
>> 8) & 0x3f));
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c
1017
u16
crstandvid
;
local
1021
crstandvid
= intel_uncore_read16(uncore,
CRSTANDVID
);
1038
seq_printf(m, "RS1 VID: %d\n", (
crstandvid
& 0x3f));
1039
seq_printf(m, "RS2 VID: %d\n", ((
crstandvid
>> 8) & 0x3f));
i915_reg.h
3786
#define
CRSTANDVID
_MMIO(0x11100)
Completed in 49 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026