Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/aic7xxx/
HDaic79xx_pci.c723 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
725 termctl |= FLX_TERMCTL_ENSECLOW; in ahd_configure_termination()
731 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
766 (termctl & FLX_TERMCTL_ENSECLOW) ? "En" : "Dis"); in ahd_configure_termination()
HDaic79xx.h954 #define FLX_TERMCTL_ENSECLOW 0x4 macro