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_GEN_CNTL
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c
232
OUTREGP(
R128_LVDS_GEN_CNTL
, R128_LVDS_BLON, ~R128_LVDS_BLON);
234
OUTREGP(
R128_LVDS_GEN_CNTL
, R128_LVDS_ON, ~R128_LVDS_ON);
272
OUTREGP(
R128_LVDS_GEN_CNTL
, 0, ~(R128_LVDS_BLON | R128_LVDS_ON));
r128_driver.c
2279
tmp = INREG(
R128_LVDS_GEN_CNTL
);
2282
OUTREG(
R128_LVDS_GEN_CNTL
, restore->lvds_gen_cntl);
2285
OUTREG(
R128_LVDS_GEN_CNTL
,
2288
OUTREG(
R128_LVDS_GEN_CNTL
, restore->lvds_gen_cntl);
2290
OUTREG(
R128_LVDS_GEN_CNTL
, restore->lvds_gen_cntl | R128_LVDS_BLON);
2292
OUTREG(
R128_LVDS_GEN_CNTL
, restore->lvds_gen_cntl);
2371
save->lvds_gen_cntl = INREG(
R128_LVDS_GEN_CNTL
);
r128_reg.h
726
#define
R128_LVDS_GEN_CNTL
0x02d0
Completed in 8 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026