Lines Matching refs:TERM_SE
1441 #define TERM_SE 0x0030 /* SE Termination Bits */
5103 if ((asc_dvc->cfg->termination & TERM_SE) == 0) {
5110 asc_dvc->cfg->termination |= TERM_SE;
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'.
5601 if ((asc_dvc->cfg->termination & TERM_SE) == 0) {
5609 asc_dvc->cfg->termination |= TERM_SE;
5624 * Clear any set TERM_SE bits.
5626 scsi_cfg1 &= ~TERM_SE;
5629 * Invert the TERM_SE bits and then set 'scsi_cfg1'.
5631 scsi_cfg1 |= (~asc_dvc->cfg->termination & TERM_SE);
10256 termination = TERM_SE;
10480 termination = TERM_SE;