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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c1514 #define TERM_LVD 0x00C0 /* LVD Termination Bits */ macro
5808 if ((asc_dvc->cfg->termination & TERM_LVD) == 0) {
5815 asc_dvc->cfg->termination |= TERM_LVD;
5825 * Clear any set TERM_SE and TERM_LVD bits.
5827 scsi_cfg1 &= (~TERM_SE & ~TERM_LVD);
5830 * Invert the TERM_SE and TERM_LVD bits and then set 'scsi_cfg1'.
11365 asc_dvc->cfg->termination = termination | TERM_LVD;
11589 asc_dvc->cfg->termination = termination | TERM_LVD;

Completed in 191 milliseconds