Lines Matching defs:DIS_TERM_DRV
1428 * SCSI_CFG1 are read-only and always available. Bit 14 (DIS_TERM_DRV)
1433 #define DIS_TERM_DRV 0x4000 /* 1: Read c_det[3:0], 0: cannot read */
4979 * Write 1 to bit 14 'DIS_TERM_DRV' in the SCSI_CFG1 register.
4980 * When DIS_TERM_DRV set to 1, C_DET[3:0] will reflect current
4983 * Note: We will reset DIS_TERM_DRV to 0 in the 'Set SCSI_CFG1
4988 scsi_cfg1 | DIS_TERM_DRV);
5147 * Clear BIG_ENDIAN, DIS_TERM_DRV, Terminator Polarity and HVD/LVD/SE
5151 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL & ~HVD_LVD_SE);
5156 * Set possibly modified termination control and reset DIS_TERM_DRV
5467 * Write 1 to bit 14 'DIS_TERM_DRV' in the SCSI_CFG1 register.
5468 * When DIS_TERM_DRV set to 1, C_DET[3:0] will reflect current
5471 * Note: We will reset DIS_TERM_DRV to 0 in the 'Set SCSI_CFG1
5476 scsi_cfg1 | DIS_TERM_DRV);
5640 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL);