Searched refs:TERM_LVD (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dadvansys.c1438 #define TERM_LVD 0x00C0 /* LVD Termination Bits */ macro
5120 if ((asc_dvc->cfg->termination & TERM_LVD) == 0) {
5127 asc_dvc->cfg->termination |= TERM_LVD;
5137 * Clear any set TERM_SE and TERM_LVD bits.
5139 scsi_cfg1 &= (~TERM_SE & ~TERM_LVD);
5142 * Invert the TERM_SE and TERM_LVD bits and then set 'scsi_cfg1'.
10279 asc_dvc->cfg->termination = termination | TERM_LVD;
10503 asc_dvc->cfg->termination = termination | TERM_LVD;

Completed in 267 milliseconds