Searched refs:STCNT (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 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 [all …]
|
D | aic7xxx_reg.h | 64 #define STCNT 0x08 macro
|
D | aic7xxx.reg | 208 * set when STCNT goes to 0 210 register STCNT { 263 bit SDONE 0x04 /* STCNT = 0x000000 */ 391 * manner as STCNT is counted down. SHADDR should always be used
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 878 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; 1276 * After a DMA finishes, save the SG and STCNT residuals back into 1277 * the SCB. We use STCNT instead of HCNT, since it's a reflection 1310 add SCB_RESIDUAL_DATACNT[0], A, STCNT[0]; 1312 adc SCB_RESIDUAL_DATACNT[1], A, STCNT[1]; [all …]
|
D | aic7xxx.reg | 235 * set when STCNT goes to 0 237 register STCNT { 309 field SDONE 0x04 /* STCNT = 0x000000 */ 441 * manner as STCNT is counted down. SHADDR should always be used
|
D | aic7xxx_reg.h_shipped | 247 #define STCNT 0x08
|
D | aic7xxx_core.c | 4312 ahc_outb(ahc, STCNT + 2, resid >> 16); in ahc_reinitialize_dataptrs() 4313 ahc_outb(ahc, STCNT + 1, resid >> 8); in ahc_reinitialize_dataptrs() 4314 ahc_outb(ahc, STCNT, resid); in ahc_reinitialize_dataptrs()
|
/drivers/scsi/ |
D | aic7xxx_old.c | 4806 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 | in aic7xxx_handle_seqint() 4807 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT)); in aic7xxx_handle_seqint() 4826 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 | in aic7xxx_handle_seqint() 4827 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT)); in aic7xxx_handle_seqint() 10382 aic_inb(p, STCNT + 2) << 16 | aic_inb(p, STCNT + 1) << 8 | in DEF_SCSI_QCMD() 10383 aic_inb(p, STCNT)); in DEF_SCSI_QCMD()
|