Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic79xx_pci.c676 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
678 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
684 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
707 if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) { in ahd_configure_termination()
726 (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis"); in ahd_configure_termination()
Daic79xx.h936 #define FLX_TERMCTL_ENPRILOW 0x1 macro