Lines Matching refs:SG_COUNT
375 * Also set SG_COUNT and SG_NEXT in memory since we cannot
381 bmov SG_COUNT, SCB_SGCOUNT, 5;
389 mvi DINDEX, SG_COUNT;
394 test SG_COUNT, 0xff jnz data_phase_inbounds;
418 shl A, 2, SG_COUNT;
419 cmp SG_COUNT,0x01 jne data_phase_wideodd;
422 cmp SG_COUNT,0x01 jne data_phase_wideodd;
447 cmp SG_COUNT, 0x01 je u2_data_phase_finish;
449 dec SG_COUNT;
450 test SG_COUNT, 0xff jz data_phase_finish;
461 * Fetch MIN(CCSGADDR_MAX, (SG_COUNT * 8)) bytes.
463 add A, -(CCSGRAM_MAXSEGS + 1), SG_COUNT;
466 shl A, 3, SG_COUNT;
479 dec SG_COUNT;
528 clr SG_COUNT;
540 and A, 0x3f, SG_COUNT;
543 * Subtract SG_SIZEOF from the SG_NEXT pointer and add 1 to the SG_COUNT
548 inc SG_COUNT;
560 mov SCB_RESID_SGCNT, SG_COUNT;
568 mov SCB_RESID_SGCNT, SG_COUNT;
907 bmov SCB_SGCOUNT, SG_COUNT, 5;
912 mvi SG_COUNT call bcopy_5;