HomeSort by relevance Sort by last modified time
    Searched refs:vidconsole_move_rows (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
video_console.h 174 * vidconsole_move_rows() - Move text rows from one place to another
182 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc,
  /external/u-boot/drivers/video/
vidconsole-uclass.c 40 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, function
108 vidconsole_move_rows(dev, 0, rows, priv->rows - rows);

Completed in 94 milliseconds