Searched refs:STCNT (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/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
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 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]; [all …]
|
D | aic7xxx.reg | 220 * set when STCNT goes to 0 222 register STCNT { 288 field SDONE 0x04 /* STCNT = 0x000000 */ 416 * manner as STCNT is counted down. SHADDR should always be used
|
D | aic7xxx_reg.h | 1122 #define STCNT 0x08 macro
|
D | aic7xxx_core.c | 3716 ahc_outb(ahc, STCNT + 2, resid >> 16); in ahc_reinitialize_dataptrs() 3717 ahc_outb(ahc, STCNT + 1, resid >> 8); in ahc_reinitialize_dataptrs() 3718 ahc_outb(ahc, STCNT, resid); in ahc_reinitialize_dataptrs()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 5322 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 | in aic7xxx_handle_seqint() 5323 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT)); in aic7xxx_handle_seqint() 5342 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 | in aic7xxx_handle_seqint() 5343 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT)); in aic7xxx_handle_seqint() 11000 aic_inb(p, STCNT + 2) << 16 | aic_inb(p, STCNT + 1) << 8 | in aic7xxx_bus_device_reset() 11001 aic_inb(p, STCNT)); in aic7xxx_bus_device_reset() 11330 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 | in aic7xxx_abort() 11331 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT)); in aic7xxx_abort()
|