Lines Matching refs:STCNT
882 bmov STCNT, HCNT, 3;
1122 * the data FIFO should be flushed auto-magically on STCNT=0
1155 test STCNT[0], 0xff jnz data_phase_finish;
1156 test STCNT[1], 0xff jnz data_phase_finish;
1157 test STCNT[2], 0xff jnz data_phase_finish;
1245 bmov STCNT, HCNT, 3;
1279 * After a DMA finishes, save the SG and STCNT residuals back into
1280 * the SCB. We use STCNT instead of HCNT, since it's a reflection
1313 add SCB_RESIDUAL_DATACNT[0], A, STCNT[0];
1315 adc SCB_RESIDUAL_DATACNT[1], A, STCNT[1];
1316 adc SCB_RESIDUAL_DATACNT[2], A, STCNT[2];
1321 bmov SCB_RESIDUAL_DATACNT, STCNT, 3;
1324 bmov SCB_RESIDUAL_DATACNT, STCNT, 3;
1326 mov SCB_RESIDUAL_DATACNT[0], STCNT[0];
1327 mov SCB_RESIDUAL_DATACNT[1], STCNT[1];
1328 mov SCB_RESIDUAL_DATACNT[2], STCNT[2];
1380 bmov STCNT[0], SCB_CDB_LEN, 1;
1381 bmov STCNT[1], ALLZEROS, 2;
1383 mov STCNT[0], SCB_CDB_LEN;
1384 clr STCNT[1];
1385 clr STCNT[2];
1396 bmov HCNT, STCNT, 3;
1759 * Use the residual number since STCNT is corrupted by
2134 mov STCNT[0], HCNT[0];
2135 mov STCNT[1], HCNT[1];
2136 mov STCNT[2], HCNT[2] ret;