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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c1458 #define TERM_SE 0x0030 /* SE Termination Bits */ macro
5156 if ((asc_dvc->cfg->termination & TERM_SE) == 0) { AdvInitAsc38C0800Driver()
5163 asc_dvc->cfg->termination |= TERM_SE; AdvInitAsc38C0800Driver()
5190 * Clear any set TERM_SE and TERM_LVD bits. AdvInitAsc38C0800Driver()
5192 scsi_cfg1 &= (~TERM_SE & ~TERM_LVD); AdvInitAsc38C0800Driver()
5195 * Invert the TERM_SE and TERM_LVD bits and then set 'scsi_cfg1'. AdvInitAsc38C0800Driver()
5654 if ((asc_dvc->cfg->termination & TERM_SE) == 0) { AdvInitAsc38C1600Driver()
5662 asc_dvc->cfg->termination |= TERM_SE; AdvInitAsc38C1600Driver()
5677 * Clear any set TERM_SE bits. AdvInitAsc38C1600Driver()
5679 scsi_cfg1 &= ~TERM_SE; AdvInitAsc38C1600Driver()
5682 * Invert the TERM_SE bits and then set 'scsi_cfg1'. AdvInitAsc38C1600Driver()
5684 scsi_cfg1 |= (~asc_dvc->cfg->termination & TERM_SE); AdvInitAsc38C1600Driver()
10447 termination = TERM_SE; AdvInitFrom38C0800EEP()
10671 termination = TERM_SE; AdvInitFrom38C1600EEP()

Completed in 126 milliseconds