Searched refs:RxENABLE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | zs.c | 269 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 D | zs.h | 108 #define RxENABLE 0x1 /* Rx Enable */ macro
|
H A D | pmac_zilog.h | 168 #define RxENABLE 0x1 /* Rx Enable */ macro
|
H A D | pmac_zilog.c | 134 write_zsreg(uap, R3, regs[R3] & ~RxENABLE); in pmz_load_zsregs() 768 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc() 841 write_zsreg(uap, R3, uap->curregs[R3] |= RxENABLE); in __pmz_startup() 929 uap->curregs[R3] &= ~RxENABLE; in pmz_shutdown()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | z8530.h | 56 #define RxENABLE 0x1 /* Rx Enable */ macro
|
H A D | scc.c | 362 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()
|