Home
last modified time | relevance | path

Searched refs:xHi (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
340 xHi = s->cursor_pos >> 19; in artist_get_cursor_pos()
341 *x = ((xHi + pipelineDelay) * videoInterleave) - hbp_times_vi; in artist_get_cursor_pos()