Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c325 int16_t xHi, xLo; in artist_get_cursor_pos() local
342 xHi = s->cursor_pos >> 19; in artist_get_cursor_pos()
343 *x = ((xHi + pipelineDelay) * videoInterleave) - hbp_times_vi; in artist_get_cursor_pos()