Lines Matching refs:va
1773 unsigned int va, vbl, vso, vspw, vborder; in decode_timing() local
1785 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_timing()
1796 set_entry(&timing->vactive, va); in decode_timing()
1821 va, va + vso, va + vso + vspw, in decode_timing()
1822 va + vbl, vborder); in decode_timing()
1835 unsigned int va, vbl, vso, vspw, vborder; in decode_mode() local
1845 va = (buf[5] + ((buf[7] & 0xf0) << 4)); in decode_mode()
1857 mode->vdisplay = va; in decode_mode()
1858 mode->vsync_start = va + vso; in decode_mode()
1859 mode->vsync_end = va + vso + vspw; in decode_mode()
1860 mode->vtotal = va + vbl; in decode_mode()