Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dnewport_con.c44 static int topscan; variable
78 (xstart << 16) | ((ystart + topscan) & 0x3ff); in newport_render_background()
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()
151 ystart = ((ystart << 4) + topscan) & 0x3ff; in newport_clear_lines()
152 yend = ((yend << 4) + topscan + 15) & 0x3ff; in newport_clear_lines()
188 topscan = 0; in newport_reset()
189 npregs->cset.topscan = 0x3ff; in newport_reset()
353 int ystart = ((sy << 4) + topscan) & 0x3ff; in newport_clear()
354 int yend = (((sy + 1) << 4) + topscan - 1) & 0x3ff; in newport_clear()
391 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff); in newport_putc()
[all …]
/linux/include/video/
H A Dnewport.h242 npireg_t topscan; member
345 unsigned int topscan; member