Searched refs:h_total (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Daty128fb.c264 u32 h_total, h_sync_strt_wid; member in struct:aty128_crtc
795 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total);
814 u32 h_total, h_disp, h_sync_strt, h_sync_wid, h_sync_pol; local
875 h_total = (((xres + right + hslen + left) >> 3) - 1) & 0xFFFFL;
880 /* check to make sure h_total and v_total are in range */
881 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
909 crtc->h_total = h_total | (h_disp << 16);
1012 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
1017 h_total
[all...]
H A Dretz3fb.c86 long h_total; /* Horizontal Total */ member in struct:display_data
439 data.h_total = (hback / 8) + (xres / 8)
444 data.h_bstop = data.h_total+1 + 2 + 1;
530 DEBUG printk("CRT_HOR_TOTAL: %ld\n", data.h_total);
531 crt_w(regs, CRT_HOR_TOTAL, data.h_total & 0xff);
618 if (data.h_total & 0x100)
637 if (data.h_total & 0x200)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c488 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
525 h_total = h_sync_strt+h_sync_wid+(h_sync_dly+left+7)/8;
526 if (h_total > 0x1ff)
527 FAIL("h_total too large");
585 crtc->h_tot_disp = h_total | (h_disp<<16);
608 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; local
613 h_total = crtc->h_tot_disp & 0x1ff;
631 left = (h_total-h_sync_strt-h_sync_wid)*8-h_sync_dly;
2293 u32 v_total, h_total; local
2309 h_total
[all...]

Completed in 61 milliseconds