Lines Matching refs:org
279 u16 *org;
282 org = screen_pos(vc, pos, viewed);
287 *con_buf++ = (vcs_scr_readw(vc, org++) & 0xff);
289 org = screen_pos(vc, pos, viewed);
300 u16 *org, *con_buf16;
341 org = screen_pos(vc, pos, viewed);
352 *con_buf16++ = vcs_scr_readw(vc, org++);
355 org = screen_pos(vc, pos, viewed);
481 u16 *org;
484 *org0 = org = screen_pos(vc, pos, viewed);
493 (vcs_scr_readw(vc, org) & 0xff00) | c, org);
494 org++;
496 org = screen_pos(vc, pos, viewed);
502 return org;
521 u16 *org;
544 *org0 = org = screen_pos(vc, pos/2, viewed);
550 vcs_scr_writew(vc, vc_compile_le16(c, vcs_scr_readw(vc, org)),
551 org);
552 org++;
555 org = screen_pos(vc, pos/2, viewed);
568 vcs_scr_writew(vc, w, org++);
572 org = screen_pos(vc, pos, viewed);
579 return org;
583 vcs_scr_writew(vc, vc_compile_le16(vcs_scr_readw(vc, org) >> 8, c),
584 org);
586 return org;
595 u16 *org0, *org;
687 org = vcs_write_buf(vc, con_buf, pos, this_round,
690 org = vcs_write_buf_noattr(vc, con_buf, pos, this_round,
697 if (org)
698 update_region(vc, (unsigned long)(org0), org - org0);