CCSCBCTL         1295 drivers/scsi/aic7xxx/aic79xx_core.c 	while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) {
CCSCBCTL         1312 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CCSCBCTL, ccscbctl & ~(CCARREN|CCSCBEN));
CCSCBCTL         8173 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN|CCSCBDIR))
CCSCBCTL         8175 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CCSCBCTL,
CCSCBCTL         8176 drivers/scsi/aic7xxx/aic79xx_core.c 			 ahd_inb(ahd, CCSCBCTL) & ~(CCARREN|CCSCBEN));
CCSCBCTL         8177 drivers/scsi/aic7xxx/aic79xx_core.c 		while ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0)
CCSCBCTL         9905 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_ccscbctl_print(ahd_inb(ahd, CCSCBCTL), &cur_col, 50);
CCSCBCTL          311 drivers/scsi/aic7xxx/aic7xxx_core.c 		(void)ahc_inb(ahc, CCSCBCTL);
CCSCBCTL          840 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CCSCBCTL, 0);