Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/tty/serial/
Dzs.h117 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dsunzilog.h90 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dip22zilog.h98 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dpmac_zilog.c776 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc()
784 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc()
796 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc()
840 uap->curregs[R3] = Rx8; in __pmz_startup()
1032 uap->curregs[3] |= Rx8; in pmz_convert_to_zs()
Dpmac_zilog.h177 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dsunzilog.c900 up->curregs[R3] |= Rx8; in sunzilog_convert_to_zs()
1349 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()
1365 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()
Dip22zilog.c835 up->curregs[3] |= Rx8; in ip22zilog_convert_to_zs()
1142 up->curregs[R3] = RxENAB | Rx8; in ip22zilog_prepare()
Dzs.c879 zport->regs[3] |= Rx8; in zs_set_termios()