Searched refs:crtc_gen_cntl (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c279 u32 crtc_gen_cntl, lcd_gen_cntrl; local
304 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par);
305 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
306 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par);
340 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
341 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par);
H A Dradeonfb.h176 u32 crtc_gen_cntl; member in struct:radeon_regs
H A Dradeon_base.c1197 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL);
1351 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl);
1600 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN |
1612 newmode->crtc_gen_cntl &= ~(CRTC_DBL_SCAN_EN |

Completed in 108 milliseconds