Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dz85230.c467 write_zsreg(chan, R3, chan->regs[3] | RxENABLE); in z8530_status()
472 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE); in z8530_status()
587 write_zsreg(chan, R3, chan->regs[3] | RxENABLE); in z8530_dma_status()
592 write_zsreg(chan, R3, chan->regs[3] & ~RxENABLE); in z8530_dma_status()
805 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_open()
958 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_dma_open()
1131 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_sync_txdma_open()
1403 write_zsreg(c, R3, c->regs[R3]|RxENABLE); in z8530_channel_load()
H A Dz85230.h77 #define RxENABLE 0x1 /* Rx Enable */ macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dzs.c269 write_zsreg(zport, R3, regs[3] & ~RxENABLE); in load_zsregs()
282 if (regs[3] & RxENABLE) in load_zsregs()
787 zport->regs[3] |= RxENABLE; in zs_startup()
814 zport->regs[3] &= ~RxENABLE; in zs_shutdown()
936 zport->regs[3] |= RxENABLE; in zs_set_termios()
938 zport->regs[3] &= ~RxENABLE; in zs_set_termios()
H A Dzs.h108 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.h178 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.c141 write_zsreg(uap, R3, regs[R3] & ~RxENABLE); in pmz_load_zsregs()
802 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc()
875 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE); in __pmz_startup()
969 uap->curregs[R3] &= ~RxENABLE; in pmz_shutdown()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dzs.c269 write_zsreg(zport, R3, regs[3] & ~RxENABLE); in load_zsregs()
282 if (regs[3] & RxENABLE) in load_zsregs()
787 zport->regs[3] |= RxENABLE; in zs_startup()
814 zport->regs[3] &= ~RxENABLE; in zs_shutdown()
936 zport->regs[3] |= RxENABLE; in zs_set_termios()
938 zport->regs[3] &= ~RxENABLE; in zs_set_termios()
H A Dzs.h108 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.h168 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dpmac_zilog.c134 write_zsreg(uap, R3, regs[R3] & ~RxENABLE); in pmz_load_zsregs()
782 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc()
855 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE); in __pmz_startup()
943 uap->curregs[R3] &= ~RxENABLE; in pmz_shutdown()
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dz8530.h56 #define RxENABLE 0x1 /* Rx Enable */ macro
H A 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()
H A Ddmascc.c1046 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB); in rx_on()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dz8530.h56 #define RxENABLE 0x1 /* Rx Enable */ macro
H A Dscc.c362 or(scc,R3,ENT_HM|RxENABLE); /* enable the receiver, hunt mode */ in start_hunt()
475 cl(scc,R3,ENT_HM|RxENABLE); /* disable the receiver */ in scc_exint()
926 cl(scc, R3, RxENABLE|ENT_HM); /* switch off receiver */ in scc_key_trx()
964 cl(scc, R3, RxENABLE); in scc_key_trx()

Completed in 27 milliseconds