Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c666 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); in ahd_configure_termination()
668 termctl |= FLX_TERMCTL_ENPRILOW; in ahd_configure_termination()
674 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; in ahd_configure_termination()
697 if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) { in ahd_configure_termination()
716 (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis"); in ahd_configure_termination()
H A Daic79xx.h933 #define FLX_TERMCTL_ENPRILOW 0x1 macro