Lines Matching refs:STCNT
339 * STCNT may have been cleared, so restore it from the residual field.
348 bmov STCNT, SCB_RESID_DCNT, 3;
351 mvi DINDEX, STCNT;
383 bmov STCNT, HCNT, 3;
407 bmov STCNT, ALLONES, 3;
410 mvi STCNT[0], 0xFF;
411 mvi STCNT[1], 0xFF;
412 mvi STCNT[2], 0xFF;
477 bmov STCNT, HCNT, 3;
554 * After a DMA finishes, save the SG and STCNT residuals back into the SCB
555 * We use STCNT instead of HCNT, since it's a reflection of how many bytes
559 bmov SCB_RESID_DCNT, STCNT, 3;
565 mov SCB_RESID_DCNT[0],STCNT[0];
566 mov SCB_RESID_DCNT[1],STCNT[1];
567 mov SCB_RESID_DCNT[2],STCNT[2];
651 bmov STCNT, HCNT, 3;
903 * Use the residual number since STCNT is corrupted by
1104 * magically on STCNT=0 or a phase change, so just wait for FIFO empty
1305 mov STCNT[0], HCNT[0];
1306 mov STCNT[1], HCNT[1];
1307 mov STCNT[2], HCNT[2] ret;