RxENABLE         1046 drivers/net/hamradio/dmascc.c 	write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB);
RxENABLE          360 drivers/net/hamradio/scc.c 	or(scc,R3,ENT_HM|RxENABLE);  /* enable the receiver, hunt mode */
RxENABLE          473 drivers/net/hamradio/scc.c 			cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */
RxENABLE          924 drivers/net/hamradio/scc.c 			cl(scc, R3, RxENABLE|ENT_HM);	/* switch off receiver */
RxENABLE          962 drivers/net/hamradio/scc.c 				cl(scc, R3, RxENABLE);
RxENABLE          467 drivers/net/wan/z85230.c 			write_zsreg(chan, R3, chan->regs[3] | RxENABLE);
RxENABLE          472 drivers/net/wan/z85230.c 			write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE);
RxENABLE          587 drivers/net/wan/z85230.c 			write_zsreg(chan, R3, chan->regs[3] | RxENABLE);
RxENABLE          592 drivers/net/wan/z85230.c 			write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE);
RxENABLE          805 drivers/net/wan/z85230.c 	write_zsreg(c, R3, c->regs[R3]|RxENABLE);
RxENABLE          958 drivers/net/wan/z85230.c 	write_zsreg(c, R3, c->regs[R3]|RxENABLE);
RxENABLE         1131 drivers/net/wan/z85230.c 	write_zsreg(c, R3, c->regs[R3]|RxENABLE);
RxENABLE         1403 drivers/net/wan/z85230.c 	write_zsreg(c, R3, c->regs[R3]|RxENABLE);
RxENABLE          145 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R3, regs[R3] & ~RxENABLE);
RxENABLE          805 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, 3, Rx8 | RxENABLE);
RxENABLE          878 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE);
RxENABLE          972 drivers/tty/serial/pmac_zilog.c 		uap->curregs[R3] &= ~RxENABLE;
RxENABLE          273 drivers/tty/serial/zs.c 	write_zsreg(zport, R3, regs[3] & ~RxENABLE);
RxENABLE          286 drivers/tty/serial/zs.c 	if (regs[3] & RxENABLE)
RxENABLE          791 drivers/tty/serial/zs.c 	zport->regs[3] |= RxENABLE;
RxENABLE          818 drivers/tty/serial/zs.c 	zport->regs[3] &= ~RxENABLE;
RxENABLE          940 drivers/tty/serial/zs.c 		zport->regs[3] |= RxENABLE;
RxENABLE          942 drivers/tty/serial/zs.c 		zport->regs[3] &= ~RxENABLE;