Searched refs:newport_clear_screen (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
D | newport_con.c | 134 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() function 154 newport_clear_screen(0, ystart, 1280 + 63, yend, ci); in newport_clear_lines() 194 newport_clear_screen(0, 0, 1280 + 63, 1024, 0); in newport_reset() 361 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear() 364 newport_clear_screen(sx << 3, ystart, xend, 1023, in newport_clear() 366 newport_clear_screen(sx << 3, 0, xend, yend, in newport_clear()
|