Searched refs:SCB_RESID_DCNT (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq141 bmov SCB_RESID_DCNT, SCB_DATACNT, 3;
143 mov SCB_RESID_DCNT[0],SCB_DATACNT[0];
144 mov SCB_RESID_DCNT[1],SCB_DATACNT[1];
145 mov SCB_RESID_DCNT[2],SCB_DATACNT[2];
345 bmov HCNT, SCB_RESID_DCNT, 3;
348 bmov STCNT, SCB_RESID_DCNT, 3;
352 mvi SCB_RESID_DCNT call bcopy_3;
559 bmov SCB_RESID_DCNT, STCNT, 3;
565 mov SCB_RESID_DCNT[0],STCNT[0];
566 mov SCB_RESID_DCNT[
[all...]
H A Daic7xxx_reg.h503 #define SCB_RESID_DCNT 0xa9 macro
H A Daic7xxx.reg921 SCB_RESID_DCNT {
/drivers/scsi/
H A Daic7xxx_old.c4695 resid_dcnt = aic_inb(p, SCB_RESID_DCNT) |
4696 (aic_inb(p, SCB_RESID_DCNT + 1) << 8) |
4697 (aic_inb(p, SCB_RESID_DCNT + 2) << 16);
4742 aic_outb(p, resid_dcnt & 0xff, SCB_RESID_DCNT);
4743 aic_outb(p, (resid_dcnt >> 8) & 0xff, SCB_RESID_DCNT + 1);
4744 aic_outb(p, (resid_dcnt >> 16) & 0xff, SCB_RESID_DCNT + 2);

Completed in 127 milliseconds