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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb_base.c792 u32 h_total, h_disp, h_sync_strt, h_sync_end, h_sync_dly, h_sync_wid, h_sync_pol; local
813 h_disp = xres;
864 h_sync_strt = h_disp + var->right_margin;
942 h_sync_strt = h_disp + par->lcd_right_margin;
945 h_total = h_disp + par->lcd_hblank_len;
953 h_disp = (h_disp >> 3) - 1;
959 FAIL_MAX("h_disp too large", h_disp, 0xff);
1005 crtc->h_tot_disp = h_total | (h_disp << 1
1145 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
1338 u32 h_disp, h_sync_strt, h_sync_end, h_total; local
[all...]
H A Daty128fb.c1001 u32 h_total, h_disp, h_sync_strt, h_sync_wid, h_sync_pol; local
1060 h_disp = (xres >> 3) - 1;
1078 h_sync_strt = (h_disp << 3) + right;
1095 crtc->h_total = h_total | (h_disp << 16);
1190 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
1196 h_disp = (crtc->h_total >> 16) & 0xff;
1210 xres = (h_disp + 1) << 3;
1213 right = ((h_sync_strt - h_disp) << 3) + h_sync_dly;

Completed in 170 milliseconds