Searched refs:STCNT (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq339 * 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 residual
[all...]
H A Daic7xxx_reg.h64 #define STCNT 0x08 macro
H A Daic7xxx.reg208 * 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/
H A Daic7xxx.seq878 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[
[all...]
H A Daic7xxx.reg235 * 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
H A Daic7xxx_reg.h_shipped247 #define STCNT 0x08
H A Daic7xxx_core.c4312 ahc_outb(ahc, STCNT + 2, resid >> 16);
4313 ahc_outb(ahc, STCNT + 1, resid >> 8);
4314 ahc_outb(ahc, STCNT, resid);
/drivers/scsi/
H A Daic7xxx_old.c4804 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SSTAT2 0x%x, STCNT 0x%x\n",
4806 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 |
4807 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT));
4824 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SSTAT2 0x%x, STCNT 0x%x\n",
4826 aic_inb(p, SSTAT2), aic_inb(p, STCNT + 2) << 16 |
4827 aic_inb(p, STCNT + 1) << 8 | aic_inb(p, STCNT));
10378 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SSTAT2 0x%x, STCNT 0x%x\n", p->host_no,
10382 aic_inb(p, STCNT
[all...]

Completed in 71 milliseconds