Searched refs:RxENABLE (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/net/wan/ |
D | z85230.c | 468 write_zsreg(chan, R3, chan->regs[3] | RxENABLE); in z8530_status() 473 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE); in z8530_status() 589 write_zsreg(chan, R3, chan->regs[3] | RxENABLE); in z8530_dma_status() 594 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE); in z8530_dma_status() 807 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_open() 960 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_dma_open() 1133 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_txdma_open() 1405 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_channel_load()
|
D | z85230.h | 76 #define RxENABLE 0x1 /* Rx Enable */ macro
|
/linux-2.6.39/drivers/net/hamradio/ |
D | z8530.h | 55 #define RxENABLE 0x1 /* Rx Enable */ macro
|
D | scc.c | 360 or(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */ in start_hunt() 473 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */ in scc_exint() 924 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */ in scc_key_trx() 962 cl(scc, R3, RxENABLE); in scc_key_trx()
|
D | dmascc.c | 1054 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB); in rx_on()
|
/linux-2.6.39/drivers/tty/serial/ |
D | zs.c | 271 write_zsreg(zport, R3, regs[3] & ~RxENABLE); in load_zsregs() 284 if (regs[3] & RxENABLE) in load_zsregs() 789 zport->regs[3] |= RxENABLE; in zs_startup() 816 zport->regs[3] &= ~RxENABLE; in zs_shutdown() 938 zport->regs[3] |= RxENABLE; in zs_set_termios() 940 zport->regs[3] &= ~RxENABLE; in zs_set_termios()
|
D | zs.h | 107 #define RxENABLE 0x1 /* Rx Enable */ macro
|
D | pmac_zilog.h | 188 #define RxENABLE 0x1 /* Rx Enable */ macro
|
D | pmac_zilog.c | 159 write_zsreg(uap, R3, regs[R3] & ~RxENABLE); in pmz_load_zsregs() 848 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc() 921 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE); in __pmz_startup() 1044 uap->curregs[R3] &= ~RxENABLE; in pmz_shutdown() 1677 uap->curregs[R3] &= ~RxENABLE; in pmz_suspend()
|