Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dahd_pci.c834 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
838 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
842 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
873 (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis"); in ahd_configure_termination()
/openbsd/src/sys/dev/ic/
Daic79xx.h924 #define FLX_TERMCTL_ENSECHIGH 0x8 macro