Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_pci.c691 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
695 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
699 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
730 (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis"); in ahd_configure_termination()
Daic79xx.h933 #define FLX_TERMCTL_ENSECHIGH 0x8 macro