Searched refs:RxENABLE (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.c458 write_zsreg(chan, R3, chan->regs[3] | RxENABLE);
463 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE);
579 write_zsreg(chan, R3, chan->regs[3] | RxENABLE);
584 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE);
797 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
950 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
1123 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
1385 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
H A Dz85230.h76 #define RxENABLE 0x1 /* Rx Enable */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dz8530.h55 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dscc.c360 or(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */
473 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */
924 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */
962 cl(scc, R3, RxENABLE);
H A Ddmascc.c1054 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dzs.h107 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dzs.c271 write_zsreg(zport, R3, regs[3] & ~RxENABLE);
284 if (regs[3] & RxENABLE)
789 zport->regs[3] |= RxENABLE;
816 zport->regs[3] &= ~RxENABLE;
938 zport->regs[3] |= RxENABLE;
940 zport->regs[3] &= ~RxENABLE;
H A Dpmac_zilog.h188 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.c159 write_zsreg(uap, R3, regs[R3] & ~RxENABLE);
827 write_zsreg(uap, 3, Rx8 | RxENABLE);
900 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE);
1023 uap->curregs[R3] &= ~RxENABLE;
1649 uap->curregs[R3] &= ~RxENABLE;

Completed in 68 milliseconds