Lines Matching refs:org
47 #undef org
205 unsigned short *org = NULL; in vcs_read() local
269 org = screen_pos(vc, p, viewed); in vcs_read()
273 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()
275 org = screen_pos(vc, p, viewed); in vcs_read()
322 org = screen_pos(vc, p, viewed); in vcs_read()
332 *tmp_buf++ = vcs_scr_readw(vc, org++); in vcs_read()
335 org = screen_pos(vc, p, viewed); in vcs_read()
383 u16 *org0 = NULL, *org = NULL; in vcs_write() local
464 org0 = org = screen_pos(vc, p, viewed); in vcs_write()
473 (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write()
474 org++; in vcs_write()
476 org = screen_pos(vc, p, viewed); in vcs_write()
496 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write()
504 (vcs_scr_readw(vc, org) & 0xff00), org); in vcs_write()
507 (vcs_scr_readw(vc, org) & 0xff), org); in vcs_write()
509 org++; in vcs_write()
512 org = screen_pos(vc, p/2, viewed); in vcs_write()
523 vcs_scr_writew(vc, w, org++); in vcs_write()
527 org = screen_pos(vc, p, viewed); in vcs_write()
537 vcs_scr_writew(vc, (vcs_scr_readw(vc, org) & 0xff) | (c << 8), org); in vcs_write()
539 vcs_scr_writew(vc, (vcs_scr_readw(vc, org) & 0xff00) | c, org); in vcs_write()
548 update_region(vc, (unsigned long)(org0), org - org0); in vcs_write()