Searched refs:LVDS_GEN_CNTL (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_backlight.c72 lvds_gen_cntl = INREG(LVDS_GEN_CNTL);
78 OUTREG(LVDS_GEN_CNTL, lvds_gen_cntl);
93 OUTREG(LVDS_GEN_CNTL, lvds_gen_cntl);
109 OUTREG(LVDS_GEN_CNTL, lvds_gen_cntl);
112 OUTREG(LVDS_GEN_CNTL, lvds_gen_cntl);
H A Dradeon_pm.c574 rinfo->save_regs[11] = INREG(LVDS_GEN_CNTL);
614 rinfo->save_regs[81] = INREG(LVDS_GEN_CNTL);
710 OUTREG(LVDS_GEN_CNTL, rinfo->save_regs[11]);
909 OUTREG(LVDS_GEN_CNTL, INREG(LVDS_GEN_CNTL) &
1607 tmp = INREG(LVDS_GEN_CNTL);
1608 OUTREG(LVDS_GEN_CNTL, tmp | LVDS_EN);
1908 OUTREG(LVDS_GEN_CNTL, rinfo->save_regs[11] &
1924 OUTREG(LVDS_GEN_CNTL, INREG(LVDS_GEN_CNTL) | LVDS_DIGO
[all...]
H A Daty128fb.c1259 reg = aty_ld_le32(LVDS_GEN_CNTL);
1262 aty_st_le32(LVDS_GEN_CNTL, reg);
1270 reg = aty_ld_le32(LVDS_GEN_CNTL);
1272 aty_st_le32(LVDS_GEN_CNTL, reg);
1275 aty_st_le32(LVDS_GEN_CNTL, reg);
1717 unsigned int reg = aty_ld_le32(LVDS_GEN_CNTL);
1732 aty_st_le32(LVDS_GEN_CNTL, reg);
1733 aty_ld_le32(LVDS_GEN_CNTL);
1736 aty_st_le32(LVDS_GEN_CNTL, reg);
1744 aty_st_le32(LVDS_GEN_CNTL, re
[all...]
H A Dradeon_base.c880 tmp = INREG(LVDS_GEN_CNTL);
884 tmp = INREG(LVDS_GEN_CNTL);
889 OUTREG(LVDS_GEN_CNTL, tmp);
910 tmp = INREG(LVDS_GEN_CNTL);
975 val = INREG(LVDS_GEN_CNTL);
981 OUTREG(LVDS_GEN_CNTL, target_val);
983 OUTREG(LVDS_GEN_CNTL, target_val
990 OUTREG(LVDS_GEN_CNTL, target_val);
1001 OUTREG(LVDS_GEN_CNTL, val);
1014 OUTREG(LVDS_GEN_CNTL, va
[all...]
H A Dradeon_i2c.c154 (INREG(LVDS_GEN_CNTL) & LVDS_ON)) {
H A Dradeon_monitor.c139 /* Maybe check for LVDS_GEN_CNTL here ? I need to check out
563 || (INREG(LVDS_GEN_CNTL) & LVDS_ON))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Daty128.h51 #define LVDS_GEN_CNTL 0x02d0 macro
380 /* LVDS_GEN_CNTL constants */
H A Dradeon.h390 #define LVDS_GEN_CNTL 0x02d0 macro
639 /* LVDS_GEN_CNTL bit constants */

Completed in 141 milliseconds