Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c650 uint8_t termctl; in ahd_configure_termination() local
670 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); in ahd_configure_termination()
675 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
677 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
679 termctl |= FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
683 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
690 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
692 termctl |= FLX_TERMCTL_ENSECLOW; in ahd_configure_termination()
694 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
698 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
[all …]