Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dtcx.c96 uint16_t cursy; member
158 y = y - s1->cursy; in tcx_draw_cursor32()
240 if (y >= ts->cursy && y < ts->cursy + 32 && ts->cursx < ts->width) { in tcx_update_display()
293 if (y >= ts->cursy && y < ts->cursy+32 && ts->cursx < ts->width) { in tcx24_update_display()
378 s->cursy = 0xf000; in tcx_reset()
666 ymin = s->cursy; in tcx_invalidate_cursor_position()
699 s->cursy = val; in tcx_thc_writel()
/openbmc/linux/drivers/video/fbdev/
H A Dcg14.c146 u16 cursy; /* Cursor x,y position */ member