Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hamradio/
Dz8530.h64 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Ddmascc.c761 write_scc(priv, R3, Rx8); in scc_open()
1052 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB); in rx_on()
1059 write_scc(priv, R3, Rx8); in rx_off()
Dscc.c801 wr(scc,R3,Rx8|RxCRC_ENAB); /* RX 8 bits/char, CRC, disabled */ in init_channel()
/linux-4.1.27/drivers/tty/serial/
Dzs.h116 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dip22zilog.h97 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dsunzilog.h89 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dpmac_zilog.h186 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dpmac_zilog.c812 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc()
820 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc()
832 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc()
876 uap->curregs[R3] = Rx8; in __pmz_startup()
1076 uap->curregs[3] |= Rx8; in pmz_convert_to_zs()
Dsunzilog.c903 up->curregs[R3] |= Rx8; in sunzilog_convert_to_zs()
1352 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()
1368 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()
Dip22zilog.c838 up->curregs[3] |= Rx8; in ip22zilog_convert_to_zs()
1142 up->curregs[R3] = RxENAB | Rx8; in ip22zilog_prepare()
Dzs.c882 zport->regs[3] |= Rx8; in zs_set_termios()
/linux-4.1.27/drivers/net/wan/
Dz85230.h85 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dz85230.c221 3, ENT_HM|RxCRC_ENAB|Rx8,
246 3, ENT_HM|RxCRC_ENAB|Rx8,