Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c322 unsigned int hbp_times_vi, horizBackPorch; in artist_get_cursor_pos() local
337 horizBackPorch = ((s->horiz_backporch & 0xff0000) >> 16) + in artist_get_cursor_pos()
339 hbp_times_vi = horizBackPorch * videoInterleave; in artist_get_cursor_pos()