Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dahd_pci.c805 uint8_t termctl; in ahd_configure_termination() local
827 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); in ahd_configure_termination()
832 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
834 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
836 termctl |= FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
841 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
848 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
850 termctl |= FLX_TERMCTL_ENSECLOW; in ahd_configure_termination()
852 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
857 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
[all …]