Searched refs:STCNT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 880 bmov STCNT, HCNT, 3; 1124 * the data FIFO should be flushed auto-magically on STCNT=0 1157 test STCNT[0], 0xff jnz data_phase_finish; 1158 test STCNT[1], 0xff jnz data_phase_finish; 1159 test STCNT[2], 0xff jnz data_phase_finish; 1247 bmov STCNT, HCNT, 3; 1278 * After a DMA finishes, save the SG and STCNT residuals back into 1279 * the SCB. We use STCNT instead of HCNT, since it's a reflection 1312 add SCB_RESIDUAL_DATACNT[0], A, STCNT[0]; 1314 adc SCB_RESIDUAL_DATACNT[1], A, STCNT[1]; [all …]
|
H A D | aic7xxx.reg | 218 * set when STCNT goes to 0 220 register STCNT { 286 field SDONE 0x04 /* STCNT = 0x000000 */ 414 * manner as STCNT is counted down. SHADDR should always be used
|
H A D | aic7xxx_reg.h | 1132 #define STCNT 0x08 macro
|