Searched refs:topscan (Results 1 – 2 of 2) sorted by relevance
44 static int topscan; variable151 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()469 topscan = 0; in newport_switch()470 npregs->cset.topscan = 0x3ff; in newport_switch()589 topscan = (topscan + (lines << 4)) & 0x3ff; in newport_scroll()594 topscan = (topscan + (-lines << 4)) & 0x3ff; in newport_scroll()[all …]
242 npireg_t topscan; member345 unsigned int topscan; member
Completed in 8 milliseconds