Lines Matching refs:STCNT
877 bmov STCNT, HCNT, 3;
1121 * the data FIFO should be flushed auto-magically on STCNT=0
1154 test STCNT[0], 0xff jnz data_phase_finish;
1155 test STCNT[1], 0xff jnz data_phase_finish;
1156 test STCNT[2], 0xff jnz data_phase_finish;
1244 bmov STCNT, HCNT, 3;
1275 * After a DMA finishes, save the SG and STCNT residuals back into
1276 * the SCB. We use STCNT instead of HCNT, since it's a reflection
1309 add SCB_RESIDUAL_DATACNT[0], A, STCNT[0];
1311 adc SCB_RESIDUAL_DATACNT[1], A, STCNT[1];
1312 adc SCB_RESIDUAL_DATACNT[2], A, STCNT[2];
1317 bmov SCB_RESIDUAL_DATACNT, STCNT, 3;
1320 bmov SCB_RESIDUAL_DATACNT, STCNT, 3;
1322 mov SCB_RESIDUAL_DATACNT[0], STCNT[0];
1323 mov SCB_RESIDUAL_DATACNT[1], STCNT[1];
1324 mov SCB_RESIDUAL_DATACNT[2], STCNT[2];
1376 bmov STCNT[0], SCB_CDB_LEN, 1;
1377 bmov STCNT[1], ALLZEROS, 2;
1379 mov STCNT[0], SCB_CDB_LEN;
1380 clr STCNT[1];
1381 clr STCNT[2];
1392 bmov HCNT, STCNT, 3;
1755 * Use the residual number since STCNT is corrupted by
2130 mov STCNT[0], HCNT[0];
2131 mov STCNT[1], HCNT[1];
2132 mov STCNT[2], HCNT[2] ret;