Lines Matching refs:scsi_cfg1

15085     ushort      scsi_cfg1;  in AdvInitAsc3550Driver()  local
15378 scsi_cfg1 = AdvReadWordRegister(iop_base, IOPW_SCSI_CFG1); in AdvInitAsc3550Driver()
15383 if ((scsi_cfg1 & CABLE_ILLEGAL_A) == 0 || in AdvInitAsc3550Driver()
15384 (scsi_cfg1 & CABLE_ILLEGAL_B) == 0) in AdvInitAsc3550Driver()
15405 if ((scsi_cfg1 & DIFF_MODE) && (scsi_cfg1 & DIFF_SENSE) == 0) in AdvInitAsc3550Driver()
15427 switch(scsi_cfg1 & CABLE_DETECT) in AdvInitAsc3550Driver()
15448 scsi_cfg1 &= ~TERM_CTL; in AdvInitAsc3550Driver()
15456 scsi_cfg1 |= (TERM_CTL_SEL | (~asc_dvc->cfg->termination & TERM_CTL)); in AdvInitAsc3550Driver()
15468 FLTR_DISABLE | scsi_cfg1); in AdvInitAsc3550Driver()
15665 ushort scsi_cfg1; in AdvInitAsc38C0800Driver() local
15917 scsi_cfg1 = AdvReadWordRegister(iop_base, IOPW_SCSI_CFG1); in AdvInitAsc38C0800Driver()
15918 AdvWriteWordRegister(iop_base, IOPW_SCSI_CFG1, scsi_cfg1 | DIS_TERM_DRV); in AdvInitAsc38C0800Driver()
15995 scsi_cfg1 = AdvReadWordRegister(iop_base, IOPW_SCSI_CFG1); in AdvInitAsc38C0800Driver()
16017 if (scsi_cfg1 & HVD) in AdvInitAsc38C0800Driver()
16034 switch(scsi_cfg1 & C_DET_SE) in AdvInitAsc38C0800Driver()
16051 switch(scsi_cfg1 & C_DET_LVD) in AdvInitAsc38C0800Driver()
16067 scsi_cfg1 &= (~TERM_SE & ~TERM_LVD); in AdvInitAsc38C0800Driver()
16072 scsi_cfg1 |= (~asc_dvc->cfg->termination & 0xF0); in AdvInitAsc38C0800Driver()
16079 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL & ~HVD_LVD_SE); in AdvInitAsc38C0800Driver()
16090 AdvWriteWordLram(iop_base, ASC_MC_DEFAULT_SCSI_CFG1, scsi_cfg1); in AdvInitAsc38C0800Driver()
16290 ushort scsi_cfg1; in AdvInitAsc38C1600Driver() local
16539 scsi_cfg1 = AdvReadWordRegister(iop_base, IOPW_SCSI_CFG1); in AdvInitAsc38C1600Driver()
16540 AdvWriteWordRegister(iop_base, IOPW_SCSI_CFG1, scsi_cfg1 | DIS_TERM_DRV); in AdvInitAsc38C1600Driver()
16627 scsi_cfg1 = AdvReadWordRegister(iop_base, IOPW_SCSI_CFG1); in AdvInitAsc38C1600Driver()
16648 if (scsi_cfg1 & HVD) in AdvInitAsc38C1600Driver()
16670 switch(scsi_cfg1 & C_DET_SE) in AdvInitAsc38C1600Driver()
16694 scsi_cfg1 &= ~TERM_SE; in AdvInitAsc38C1600Driver()
16699 scsi_cfg1 |= (~asc_dvc->cfg->termination & TERM_SE); in AdvInitAsc38C1600Driver()
16708 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL); in AdvInitAsc38C1600Driver()
16719 AdvWriteWordLram(iop_base, ASC_MC_DEFAULT_SCSI_CFG1, scsi_cfg1); in AdvInitAsc38C1600Driver()