Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c641 uint8_t termctl; in ahd_configure_termination() local
661 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); in ahd_configure_termination()
666 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
668 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
670 termctl |= FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
674 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
681 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
683 termctl |= FLX_TERMCTL_ENSECLOW; in ahd_configure_termination()
685 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
689 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
[all …]