Searched refs:h_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.h17 u32 h_tot_disp; member in struct:crtc
H A Datyfb_base.c644 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par);
695 ((((crtc->h_tot_disp>>16) & 0xff) + 1)<<3), (((crtc->v_tot_disp>>16) & 0x7ff) + 1),
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);
967 crtc->h_tot_disp = h_total | (h_disp<<16);
1079 crtc->shadow_h_tot_disp = crtc->h_tot_disp;
1105 h_total = crtc->h_tot_disp & 0x1ff;
1106 h_disp = (crtc->h_tot_disp >> 16) & 0xff;
1384 (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8,
1632 xres = (((par->crtc.h_tot_disp >> 1
[all...]

Completed in 38 milliseconds