Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c683 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); in ahd_configure_termination()
687 termctl |= FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
691 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; in ahd_configure_termination()
722 (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis"); in ahd_configure_termination()
H A Daic79xx.h930 #define FLX_TERMCTL_ENSECHIGH 0x8 macro