Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dz85230.c470 write_zsreg(chan, R3, chan->regs[3] | RxENABLE); in z8530_status()
475 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE); in z8530_status()
590 write_zsreg(chan, R3, chan->regs[3] | RxENABLE); in z8530_dma_status()
595 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE); in z8530_dma_status()
808 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_open()
961 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_dma_open()
1134 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_txdma_open()
1406 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_channel_load()
Dz85230.h77 #define RxENABLE 0x1 /* Rx Enable */ macro
/Linux-v4.19/drivers/net/hamradio/
Dz8530.h56 #define RxENABLE 0x1 /* Rx Enable */ macro
Dscc.c360 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()
Ddmascc.c1059 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB); in rx_on()
/Linux-v4.19/drivers/tty/serial/
Dzs.c273 write_zsreg(zport, R3, regs[3] & ~RxENABLE); in load_zsregs()
286 if (regs[3] & RxENABLE) in load_zsregs()
791 zport->regs[3] |= RxENABLE; in zs_startup()
818 zport->regs[3] &= ~RxENABLE; in zs_shutdown()
940 zport->regs[3] |= RxENABLE; in zs_set_termios()
942 zport->regs[3] &= ~RxENABLE; in zs_set_termios()
Dzs.h108 #define RxENABLE 0x1 /* Rx Enable */ macro
Dpmac_zilog.h178 #define RxENABLE 0x1 /* Rx Enable */ macro
Dpmac_zilog.c145 write_zsreg(uap, R3, regs[R3] & ~RxENABLE); in pmz_load_zsregs()
807 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc()
880 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE); in __pmz_startup()
974 uap->curregs[R3] &= ~RxENABLE; in pmz_shutdown()