Searched refs:DFCNTRL (Results 1 - 4 of 4) 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.h435 #define DFCNTRL 0x93 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c1413 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
1462 ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
1504 if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0)
1529 && (ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) {
1575 dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN;
1584 ahd_outb(ahd, DFCNTRL, dfcntrl);
1845 ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
2006 printk("%s: PDATA_REINIT - DFCNTRL = 0x%x "
2008 ahd_name(ahd), ahd_inb(ahd, DFCNTRL),
[all...]
H A Daic7xxx_core.c7158 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c4728 * use the PRELOADEN bit of DFCNTRL to drop it through from the
4746 aic_outb(p, aic_inb(p, DMAPARAMS) | PRELOADEN, DFCNTRL);
4748 aic_outb(p, aic_inb(p, DMAPARAMS) & ~(SCSIEN|HDMAEN), DFCNTRL);
4750 while(((aic_inb(p, DFCNTRL) & (SCSIEN|HDMAEN)) != 0) && (i++ < 1000))
4831 aic_outb(p, aic_inb(p, DMAPARAMS), DFCNTRL);
4833 while(aic_inb(p, DFCNTRL) & (HDMAEN|SCSIEN)) aic_outb(p, 0, DFCNTRL);

Completed in 88 milliseconds