Searched refs:hdisp (Results 1 – 3 of 3) sorted by relevance
46 hdisp hsyncstart hsyncend htotal52 #define XPIX hdisp53 #define XBLANK htotal-hdisp54 #define XOFFSET hsyncstart-hdisp
790 int hdisp, vdisp; in setup_tearsync() local805 hdisp = (hwa742_read_reg(HWA742_H_DISP_REG) & 0x7f) * 8; in setup_tearsync()830 hwa742.line_upd_time = (hdisp + hndp) * 1000000 / (pix_clk / 1000); in setup_tearsync()832 if (hdisp * hwa742.pix_tx_time > hwa742.line_upd_time) in setup_tearsync()869 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
51 #define CRTC_H_TOTAL_DISP_VAL(htotal, hdisp) \ argument52 (((((htotal) / 8) - 1) & 0x3ff) | (((((hdisp) / 8) - 1) & 0x1ff) << 16))