Searched refs:CRTC_GEN_CNTL (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_gx.c439 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par);
440 aty_st_8(CRTC_GEN_CNTL + 3,
471 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par);
576 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par);
577 aty_st_8(CRTC_GEN_CNTL + 3,
593 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par);
696 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par);
697 aty_st_8(CRTC_GEN_CNTL + 3,
716 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par);
814 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL
[all...]
H A Dmach64_ct.c304 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par);
306 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par);
341 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par);
H A Dradeon_pm.c577 rinfo->save_regs[17] = (INREG(CRTC_GEN_CNTL) & 0xfdffffff) | 0x04000000;
714 OUTREG(CRTC_GEN_CNTL, rinfo->save_regs[17]);
1047 OUTREG( CRTC_GEN_CNTL, (INREG( CRTC_GEN_CNTL) & ~CRTC_GEN_CNTL__CRTC_EN)
1246 crtcGenCntl = INREG( CRTC_GEN_CNTL);
1258 OUTREG( CRTC_GEN_CNTL, (crtcGenCntl | CRTC_GEN_CNTL__CRTC_DISP_REQ_EN_B) );
1417 OUTREG( CRTC_GEN_CNTL, crtcGenCntl);
1784 OUTREG(CRTC_GEN_CNTL, INREG(CRTC_GEN_CNTL)
2104 OUTREG(CRTC_GEN_CNTL,
[all...]
H A Datyfb_base.c650 crtc->gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par);
673 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~(CRTC_EXT_DISP_EN | CRTC_EN), par);
691 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par);
705 DPRINTK("CRTC_GEN_CNTL: %x\n",crtc->gen_cntl);
714 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, par);
973 /* crtc->gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_PRESERVED_MASK; */
1087 crtc->gen_cntl |= (aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_FIFO_LWM);
2486 printk("debug atyfb: BUS_CNTL DAC_CNTL MEM_CNTL EXT_MEM_CNTL CRTC_GEN_CNTL "
2492 aty_ld_le32(CRTC_GEN_CNTL, par), aty_ld_le32(DSP_CONFIG, par),
2736 gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, pa
[all...]
H A Dradeonfb.h446 (void)INREG(CRTC_GEN_CNTL);
H A Dradeon_base.c1197 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL);
1351 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl);
1897 save_crtc_gen_cntl = INREG(CRTC_GEN_CNTL);
1901 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl | CRTC_DISP_REQ_EN_B);
1947 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl);
H A Daty128fb.c983 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Daty128.h18 #define CRTC_GEN_CNTL 0x0050 macro
277 /* CRTC control values (CRTC_GEN_CNTL) */
H A Dmach64.h52 #define CRTC_GEN_CNTL 0x001C /* Dword offset 0_07 */ macro
581 /* CRTC control values (mostly CRTC_GEN_CNTL) */
H A Dradeon.h70 #define CRTC_GEN_CNTL 0x0050 macro
535 /* CRTC_GEN_CNTL bit constants */
1397 // CRTC_GEN_CNTL

Completed in 145 milliseconds