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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.c459 write_zsreg(chan, R3, chan->regs[3]|RxENABLE);
468 write_zsreg(chan, R3, chan->regs[3]&~RxENABLE);
584 write_zsreg(chan, R3, chan->regs[3]|RxENABLE);
593 write_zsreg(chan, R3, chan->regs[3]&~RxENABLE);
811 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
964 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
1137 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
1399 write_zsreg(c, R3, c->regs[R3]|RxENABLE);
H A Dz85230.h76 #define RxENABLE 0x1 /* Rx Enable */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h55 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dscc.c359 or(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */
472 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */
922 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */
960 cl(scc, R3, RxENABLE);
H A Ddmascc.c1062 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h224 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dzs.c271 write_zsreg(channel, R3, regs[R3] & ~RxENABLE);
671 info->zs_channel->curregs[R3] |= RxENABLE;
723 info->zs_channel->curregs[3] &= ~RxENABLE;
1304 info->zs_channel->curregs[3] &= ~RxENABLE;
2039 info->zs_channel->curregs[R3] |= RxENABLE;
2092 3, 0xc1, /* rx enable, 8 bits (RxENABLE | Rx8)*/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dpmac_zilog.h174 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.c145 write_zsreg(uap, R3, regs[R3] & ~RxENABLE);
789 write_zsreg(uap, 3, Rx8 | RxENABLE);
862 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE);
986 uap->curregs[R3] &= ~RxENABLE;
1573 uap->curregs[R3] &= ~RxENABLE;

Completed in 183 milliseconds