Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_pci.c651 uint8_t termctl; in ahd_configure_termination() local
671 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); in ahd_configure_termination()
676 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
678 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
680 termctl |= FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
684 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
691 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
693 termctl |= FLX_TERMCTL_ENSECLOW; in ahd_configure_termination()
695 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
699 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
[all …]