Searched refs:CRTC_H_TOTAL_DISP (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Daty128.h38 #define CRTC_H_TOTAL_DISP 0x0200 macro
H A Dmach64.h24 #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */ macro
H A Dradeon.h154 #define CRTC_H_TOTAL_DISP 0x0200 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c644 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par);
658 crtc->shadow_h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par);
699 DPRINTK("CRTC_H_TOTAL_DISP: %x\n",crtc->h_tot_disp);
707 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par);
726 DPRINTK("SHADOW CRTC_H_TOTAL_DISP: %x\n", crtc->shadow_h_tot_disp);
731 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->shadow_h_tot_disp, par);
3018 crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par);
H A Dradeon_base.c498 hTotal = ((INREG(CRTC_H_TOTAL_DISP) & 0x1ff) + 1) * 8;
1201 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP);
1356 OUTREG(CRTC_H_TOTAL_DISP, mode->crtc_h_total_disp);
H A Daty128fb.c984 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total);

Completed in 216 milliseconds