OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pxw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps.c
355
u8
pxw
[16];
local in function:init_emon
384
pxw
[i] = val;
387
pxw
[14] = 0;
388
pxw
[15] = 0;
391
intel_uncore_write(uncore,
PXW
(i),
392
pxw
[i * 4 + 0] << 24 |
393
pxw
[i * 4 + 1] << 16 |
394
pxw
[i * 4 + 2] << 8 |
395
pxw
[i * 4 + 3] << 0);
intel_rps.c
355
u8
pxw
[16];
local in function:init_emon
384
pxw
[i] = val;
387
pxw
[14] = 0;
388
pxw
[15] = 0;
391
intel_uncore_write(uncore,
PXW
(i),
392
pxw
[i * 4 + 0] << 24 |
393
pxw
[i * 4 + 1] << 16 |
394
pxw
[i * 4 + 2] << 8 |
395
pxw
[i * 4 + 3] << 0);
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025