Home
last modified time | relevance | path

Searched refs:xLo (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dartist.c323 int16_t xHi, xLo; in artist_get_cursor_pos() local
343 xLo = (s->cursor_pos >> 16) & 0x07; in artist_get_cursor_pos()
344 *x += ((xLo - hbp_times_vi) & (videoInterleave - 1)) + 8 - 1; in artist_get_cursor_pos()