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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h503 #define SCB_RESID_DCNT 0xa9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c4672 resid_dcnt = aic_inb(p, SCB_RESID_DCNT) |
4673 (aic_inb(p, SCB_RESID_DCNT + 1) << 8) |
4674 (aic_inb(p, SCB_RESID_DCNT + 2) << 16);
4719 aic_outb(p, resid_dcnt & 0xff, SCB_RESID_DCNT);
4720 aic_outb(p, (resid_dcnt >> 8) & 0xff, SCB_RESID_DCNT + 1);
4721 aic_outb(p, (resid_dcnt >> 16) & 0xff, SCB_RESID_DCNT + 2);

Completed in 45 milliseconds