Lines Matching refs:ha
1772 unsigned int ha, hbl, hso, hspw, hborder; in decode_timing() local
1780 ha = (buf[2] + ((buf[4] & 0xf0) << 4)); in decode_timing()
1791 set_entry(&timing->hactive, ha); in decode_timing()
1819 ha, ha + hso, ha + hso + hspw, in decode_timing()
1820 ha + hbl, hborder, in decode_timing()
1834 unsigned int ha, hbl, hso, hspw, hborder; in decode_mode() local
1840 ha = (buf[2] + ((buf[4] & 0xf0) << 4)); in decode_mode()
1853 mode->hdisplay = ha; in decode_mode()
1854 mode->hsync_start = ha + hso; in decode_mode()
1855 mode->hsync_end = ha + hso + hspw; in decode_mode()
1856 mode->htotal = ha + hbl; in decode_mode()