Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Dnewport_con.c79 npregs->go.xyendi = in newport_render_background()
121 npregs->set.xyendi = ((newport_xsize - 1) << 16); in newport_show_logo()
146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()
392 npregs->set.xyendi = ((xpos + 7) << 16); in newport_putc()
433 npregs->set.xyendi = ((xpos + 7) << 16); in newport_putcs()
/openbmc/linux/include/video/
H A Dnewport.h179 npireg_t xyendi; member