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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c651 uint8_t termctl; local
671 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl);
676 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH);
678 termctl |= FLX_TERMCTL_ENPRILOW;
680 termctl |= FLX_TERMCTL_ENPRIHIGH;
684 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH;
691 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH);
693 termctl |= FLX_TERMCTL_ENSECLOW;
695 termctl |= FLX_TERMCTL_ENSECHIGH;
699 termctl |
[all...]

Completed in 61 milliseconds