OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R128_CRTC_CRT_ON
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c
243
OUTREGP(R128_CRTC_EXT_CNTL,
R128_CRTC_CRT_ON
, ~
R128_CRTC_CRT_ON
);
244
save->crtc_ext_cntl |=
R128_CRTC_CRT_ON
;
281
OUTREGP(R128_CRTC_EXT_CNTL, 0, ~(
R128_CRTC_CRT_ON
));
282
save->crtc_ext_cntl &= ~(
R128_CRTC_CRT_ON
);
r128_reg.h
326
# define
R128_CRTC_CRT_ON
(1 << 15)
Completed in 6 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026