Lines Matching refs:org
54 #undef org
233 unsigned short *org = NULL; in vcs_read() local
323 org = screen_pos(vc, p, viewed); in vcs_read()
327 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()
329 org = screen_pos(vc, p, viewed); in vcs_read()
376 org = screen_pos(vc, p, viewed); in vcs_read()
386 *tmp_buf++ = vcs_scr_readw(vc, org++); in vcs_read()
389 org = screen_pos(vc, p, viewed); in vcs_read()
436 u16 *org0 = NULL, *org = NULL; in vcs_write() local
517 org0 = org = screen_pos(vc, p, viewed); in vcs_write()
526 (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write()
527 org++; in vcs_write()
529 org = screen_pos(vc, p, viewed); in vcs_write()
549 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write()
557 (vcs_scr_readw(vc, org) & 0xff00), org); in vcs_write()
560 (vcs_scr_readw(vc, org) & 0xff), org); in vcs_write()
562 org++; in vcs_write()
565 org = screen_pos(vc, p/2, viewed); in vcs_write()
576 vcs_scr_writew(vc, w, org++); in vcs_write()
580 org = screen_pos(vc, p, viewed); in vcs_write()
590 vcs_scr_writew(vc, (vcs_scr_readw(vc, org) & 0xff) | (c << 8), org); in vcs_write()
592 vcs_scr_writew(vc, (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write()
601 update_region(vc, (unsigned long)(org0), org - org0); in vcs_write()