Lines Matching refs:org
54 #undef org
251 unsigned short *org = NULL; in vcs_read() local
341 org = screen_pos(vc, p, viewed); in vcs_read()
345 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()
347 org = screen_pos(vc, p, viewed); in vcs_read()
395 org = screen_pos(vc, p, viewed); in vcs_read()
405 *tmp_buf++ = vcs_scr_readw(vc, org++); in vcs_read()
408 org = screen_pos(vc, p, viewed); in vcs_read()
455 u16 *org0 = NULL, *org = NULL; in vcs_write() local
536 org0 = org = screen_pos(vc, p, viewed); in vcs_write()
545 (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write()
546 org++; in vcs_write()
548 org = screen_pos(vc, p, viewed); in vcs_write()
568 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write()
576 (vcs_scr_readw(vc, org) & 0xff00), org); in vcs_write()
579 (vcs_scr_readw(vc, org) & 0xff), org); in vcs_write()
581 org++; in vcs_write()
584 org = screen_pos(vc, p/2, viewed); in vcs_write()
595 vcs_scr_writew(vc, w, org++); in vcs_write()
599 org = screen_pos(vc, p, viewed); in vcs_write()
609 vcs_scr_writew(vc, (vcs_scr_readw(vc, org) & 0xff) | (c << 8), org); in vcs_write()
611 vcs_scr_writew(vc, (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write()
620 update_region(vc, (unsigned long)(org0), org - org0); in vcs_write()