Searched refs:Rx8 (Results 1 – 10 of 10) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 65 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
|
D | scc.c | 804 wr(scc,R3,Rx8|RxCRC_ENAB); /* RX 8 bits/char, CRC, disabled */ in init_channel()
|
/drivers/tty/serial/ |
D | zs.h | 117 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
|
D | ip22zilog.h | 98 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
|
D | sunzilog.h | 90 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
|
D | pmac_zilog.c | 760 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc() 768 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc() 780 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc() 824 uap->curregs[R3] = Rx8; in __pmz_startup() 1016 uap->curregs[3] |= Rx8; in pmz_convert_to_zs()
|
D | pmac_zilog.h | 177 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
|
D | sunzilog.c | 898 up->curregs[R3] |= Rx8; in sunzilog_convert_to_zs() 1347 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw() 1363 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()
|
D | ip22zilog.c | 833 up->curregs[3] |= Rx8; in ip22zilog_convert_to_zs() 1140 up->curregs[R3] = RxENAB | Rx8; in ip22zilog_prepare()
|
D | zs.c | 879 zport->regs[3] |= Rx8; in zs_set_termios()
|