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_LVDS_ON
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c
234
OUTREGP(R128_LVDS_GEN_CNTL,
R128_LVDS_ON
, ~
R128_LVDS_ON
);
236
save->lvds_gen_cntl |= (
R128_LVDS_ON
| R128_LVDS_BLON);
272
OUTREGP(R128_LVDS_GEN_CNTL, 0, ~(R128_LVDS_BLON |
R128_LVDS_ON
));
274
save->lvds_gen_cntl &= ~(R128_LVDS_BLON |
R128_LVDS_ON
);
r128_driver.c
2280
if ((tmp & (
R128_LVDS_ON
| R128_LVDS_BLON)) ==
2281
(restore->lvds_gen_cntl & (
R128_LVDS_ON
| R128_LVDS_BLON))) {
2284
if (restore->lvds_gen_cntl & (
R128_LVDS_ON
| R128_LVDS_BLON)) {
r128_reg.h
727
# define
R128_LVDS_ON
(1 << 0)
Completed in 8 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026