Lines Matching refs:CMR
338 #define CMR 0x02 /* Channel mode Register */
1173 /* clear CMR:13 to start echoing RxD to TxD */
1175 usc_OutReg(info, CMR, info->cmr_value);
2576 * station in the 'loop' by setting CMR:13. Upon
4494 ** Channel Mode Register (CMR)
4514 /* Channel mode Register (CMR)
4533 * CMR <15> 0 Don't send CRC on Tx Underrun
4534 * CMR <14> x undefined
4535 * CMR <13> 0 Send preamble before openning sync
4536 * CMR <12> 0 Send 8-bit syncs, 1=send Syncs per TxLength
4539 * CMR <11-8) 0100 MonoSync
4572 usc_OutReg( info, CMR, RegValue );
5688 /* Channel mode Register (CMR)
5703 usc_OutReg( info, CMR, RegValue );
6676 /* set CMR:13 to start transmit when
7378 /* clear CMR:13 to 0 to start echoing RxData to TxData */
7380 usc_OutReg(info, CMR, info->cmr_value);
7393 /* for HDLC/SDLC LoopMode, setting CMR:13 after the transmitter is enabled
7395 * we must clear CMR:13 to begin repeating TxData to RxData
7401 /* enable RxAbort irq. On next RxAbort, clear CMR:13 to
7407 /* set CMR:13 to insert into loop on next GoAhead (RxAbort) */
7409 usc_OutReg(info, CMR, info->cmr_value);