Searched refs:v_tot_disp (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb.h19 u32 v_tot_disp; member in struct:crtc
H A Datyfb_base.c646 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par);
695 ((((crtc->h_tot_disp>>16) & 0xff) + 1)<<3), (((crtc->v_tot_disp>>16) & 0x7ff) + 1),
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);
970 crtc->v_tot_disp = v_total | (v_disp<<16);
1081 crtc->shadow_v_tot_disp = crtc->v_tot_disp;
1111 v_total = crtc->v_tot_disp & 0x7ff;
1112 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff;
1385 ((par->crtc.v_tot_disp >> 16) & 0x7ff) + 1,
1633 yres = ((par->crtc.v_tot_disp >> 1
[all...]

Completed in 56 milliseconds