Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dadvansys.c1441 #define TERM_SE 0x0030 /* SE Termination Bits */ macro
5103 if ((asc_dvc->cfg->termination & TERM_SE) == 0) { in AdvInitAsc38C0800Driver()
5110 asc_dvc->cfg->termination |= TERM_SE; in AdvInitAsc38C0800Driver()
5137 * Clear any set TERM_SE and TERM_LVD bits. in AdvInitAsc38C0800Driver()
5139 scsi_cfg1 &= (~TERM_SE & ~TERM_LVD); in AdvInitAsc38C0800Driver()
5142 * Invert the TERM_SE and TERM_LVD bits and then set 'scsi_cfg1'. in AdvInitAsc38C0800Driver()
5601 if ((asc_dvc->cfg->termination & TERM_SE) == 0) { in AdvInitAsc38C1600Driver()
5609 asc_dvc->cfg->termination |= TERM_SE; in AdvInitAsc38C1600Driver()
5624 * Clear any set TERM_SE bits. in AdvInitAsc38C1600Driver()
5626 scsi_cfg1 &= ~TERM_SE; in AdvInitAsc38C1600Driver()
[all...]