[go: nahoru, domu]

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

/drivers/video/fbdev/aty/
H A Datyfb_base.c797 u32 h_total, h_disp, h_sync_strt, h_sync_end, h_sync_dly, h_sync_wid, h_sync_pol; local
818 h_disp = xres;
869 h_sync_strt = h_disp + var->right_margin;
947 h_sync_strt = h_disp + par->lcd_right_margin;
950 h_total = h_disp + par->lcd_hblank_len;
958 h_disp = (h_disp >> 3) - 1;
964 FAIL_MAX("h_disp too large", h_disp, 0xff);
1010 crtc->h_tot_disp = h_total | (h_disp << 1
1152 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
1358 u32 h_disp, h_sync_strt, h_sync_end, h_total; local
[all...]
H A Daty128fb.c1059 u32 h_total, h_disp, h_sync_strt, h_sync_wid, h_sync_pol; local
1118 h_disp = (xres >> 3) - 1;
1136 h_sync_strt = (h_disp << 3) + right;
1153 crtc->h_total = h_total | (h_disp << 16);
1248 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
1254 h_disp = (crtc->h_total >> 16) & 0xff;
1268 xres = (h_disp + 1) << 3;
1271 right = ((h_sync_strt - h_disp) << 3) + h_sync_dly;

Completed in 46 milliseconds