Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dahd_pci.c832 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
834 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
841 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
864 if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) { in ahd_configure_termination()
884 (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis"); in ahd_configure_termination()
/netbsd/src/sys/dev/ic/
Daic79xxvar.h957 #define FLX_TERMCTL_ENPRILOW 0x1 macro