Lines Matching refs:TERM_SE
1454 #define TERM_SE 0x0030 /* SE Termination Bits */
5152 if ((asc_dvc->cfg->termination & TERM_SE) == 0) {
5159 asc_dvc->cfg->termination |= TERM_SE;
5186 * Clear any set TERM_SE and TERM_LVD bits.
5188 scsi_cfg1 &= (~TERM_SE & ~TERM_LVD);
5191 * Invert the TERM_SE and TERM_LVD bits and then set 'scsi_cfg1'.
5650 if ((asc_dvc->cfg->termination & TERM_SE) == 0) {
5658 asc_dvc->cfg->termination |= TERM_SE;
5673 * Clear any set TERM_SE bits.
5675 scsi_cfg1 &= ~TERM_SE;
5678 * Invert the TERM_SE bits and then set 'scsi_cfg1'.
5680 scsi_cfg1 |= (~asc_dvc->cfg->termination & TERM_SE);
10440 termination = TERM_SE;
10664 termination = TERM_SE;