Searched refs:CRTC_V_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.h40 #define CRTC_V_TOTAL_DISP 0x0208 macro
H A Dmach64.h34 #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */ macro
H A Dradeon.h156 #define CRTC_V_TOTAL_DISP 0x0208 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c646 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par);
660 crtc->shadow_v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par);
701 DPRINTK("CRTC_V_TOTAL_DISP: %x\n",crtc->v_tot_disp);
709 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par);
728 DPRINTK("SHADOW CRTC_V_TOTAL_DISP: %x\n", crtc->shadow_v_tot_disp);
733 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->shadow_v_tot_disp, par);
3020 crtc.v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par);
H A Dradeon_base.c499 vTotal = ((INREG(CRTC_V_TOTAL_DISP) & 0x3ff) + 1);
1203 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP);
1358 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp);
H A Daty128fb.c986 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);

Completed in 321 milliseconds