Home
last modified time | relevance | path

Searched refs:Rx8 (Results 1 – 10 of 10) sorted by relevance

/drivers/net/hamradio/
Dz8530.h65 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dscc.c804 wr(scc,R3,Rx8|RxCRC_ENAB); /* RX 8 bits/char, CRC, disabled */ in init_channel()
/drivers/tty/serial/
Dzs.h117 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dip22zilog.h98 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dsunzilog.h90 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dpmac_zilog.c760 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()
Dpmac_zilog.h177 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dsunzilog.c898 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()
Dip22zilog.c833 up->curregs[3] |= Rx8; in ip22zilog_convert_to_zs()
1140 up->curregs[R3] = RxENAB | Rx8; in ip22zilog_prepare()
Dzs.c879 zport->regs[3] |= Rx8; in zs_set_termios()