Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dvideo_console.h186 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc,
/openbmc/u-boot/drivers/video/
H A Dvidconsole-uclass.c40 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, in vidconsole_move_rows() function
108 vidconsole_move_rows(dev, 0, rows, priv->rows - rows); in vidconsole_newline()