Searched refs:RxENABLE (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/net/hamradio/
H A Dz8530.h56 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dscc.c362 or(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */
475 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */
926 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */
964 cl(scc, R3, RxENABLE);
/linux-master/drivers/tty/serial/
H A Dzs.h108 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.c134 write_zsreg(uap, R3, regs[R3] & ~RxENABLE);
768 write_zsreg(uap, 3, Rx8 | RxENABLE);
841 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE);
929 uap->curregs[R3] &= ~RxENABLE;
H A Dpmac_zilog.h168 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dzs.c269 write_zsreg(zport, R3, regs[3] & ~RxENABLE);
282 if (regs[3] & RxENABLE)
787 zport->regs[3] |= RxENABLE;
814 zport->regs[3] &= ~RxENABLE;
936 zport->regs[3] |= RxENABLE;
938 zport->regs[3] &= ~RxENABLE;

Completed in 276 milliseconds