Lines Matching defs:DIS_TERM_DRV
1441 * SCSI_CFG1 are read-only and always available. Bit 14 (DIS_TERM_DRV)
1446 #define DIS_TERM_DRV 0x4000 /* 1: Read c_det[3:0], 0: cannot read */
5028 * Write 1 to bit 14 'DIS_TERM_DRV' in the SCSI_CFG1 register.
5029 * When DIS_TERM_DRV set to 1, C_DET[3:0] will reflect current
5032 * Note: We will reset DIS_TERM_DRV to 0 in the 'Set SCSI_CFG1
5037 scsi_cfg1 | DIS_TERM_DRV);
5196 * Clear BIG_ENDIAN, DIS_TERM_DRV, Terminator Polarity and HVD/LVD/SE
5200 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL & ~HVD_LVD_SE);
5205 * Set possibly modified termination control and reset DIS_TERM_DRV
5516 * Write 1 to bit 14 'DIS_TERM_DRV' in the SCSI_CFG1 register.
5517 * When DIS_TERM_DRV set to 1, C_DET[3:0] will reflect current
5520 * Note: We will reset DIS_TERM_DRV to 0 in the 'Set SCSI_CFG1
5525 scsi_cfg1 | DIS_TERM_DRV);
5689 scsi_cfg1 &= (~BIG_ENDIAN & ~DIS_TERM_DRV & ~TERM_POL);