termctl           643 drivers/scsi/aic7xxx/aic79xx_pci.c 	uint8_t	 termctl;
termctl           663 drivers/scsi/aic7xxx/aic79xx_pci.c 	error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl);
termctl           668 drivers/scsi/aic7xxx/aic79xx_pci.c 		termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH);
termctl           670 drivers/scsi/aic7xxx/aic79xx_pci.c 			termctl |= FLX_TERMCTL_ENPRILOW;
termctl           672 drivers/scsi/aic7xxx/aic79xx_pci.c 			termctl |= FLX_TERMCTL_ENPRIHIGH;
termctl           676 drivers/scsi/aic7xxx/aic79xx_pci.c 		termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH;
termctl           683 drivers/scsi/aic7xxx/aic79xx_pci.c 		termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH);
termctl           685 drivers/scsi/aic7xxx/aic79xx_pci.c 			termctl |= FLX_TERMCTL_ENSECLOW;
termctl           687 drivers/scsi/aic7xxx/aic79xx_pci.c 			termctl |= FLX_TERMCTL_ENSECHIGH;
termctl           691 drivers/scsi/aic7xxx/aic79xx_pci.c 		termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH;
termctl           699 drivers/scsi/aic7xxx/aic79xx_pci.c 	if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) {
termctl           707 drivers/scsi/aic7xxx/aic79xx_pci.c 	error = ahd_write_flexport(ahd, FLXADDR_TERMCTL, termctl);
termctl           714 drivers/scsi/aic7xxx/aic79xx_pci.c 		       (termctl & FLX_TERMCTL_ENPRIHIGH) ? "En" : "Dis");
termctl           718 drivers/scsi/aic7xxx/aic79xx_pci.c 		       (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis");
termctl           722 drivers/scsi/aic7xxx/aic79xx_pci.c 		       (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis");
termctl           726 drivers/scsi/aic7xxx/aic79xx_pci.c 		       (termctl & FLX_TERMCTL_ENSECLOW) ? "En" : "Dis");