DFCNTRL          1451 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
DFCNTRL          1500 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
DFCNTRL          1542 drivers/scsi/aic7xxx/aic79xx_core.c 		if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0)
DFCNTRL          1567 drivers/scsi/aic7xxx/aic79xx_core.c 		 && (ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0) {
DFCNTRL          1613 drivers/scsi/aic7xxx/aic79xx_core.c 			dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN;
DFCNTRL          1622 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, DFCNTRL, dfcntrl);
DFCNTRL          1883 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
DFCNTRL          2046 drivers/scsi/aic7xxx/aic79xx_core.c 			       ahd_name(ahd), ahd_inb(ahd, DFCNTRL),
DFCNTRL          8723 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL,
DFCNTRL          8724 drivers/scsi/aic7xxx/aic79xx_core.c 			 ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN));
DFCNTRL          8725 drivers/scsi/aic7xxx/aic79xx_core.c 		while ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0)
DFCNTRL          9850 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50);
DFCNTRL          7190 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);