Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/hamradio/
Dz8530.h64 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Ddmascc.c766 write_scc(priv, R3, Rx8); in scc_open()
1054 write_scc(priv, R3, RxENABLE | Rx8 | RxCRC_ENAB); in rx_on()
1061 write_scc(priv, R3, Rx8); in rx_off()
Dscc.c802 wr(scc,R3,Rx8|RxCRC_ENAB); /* RX 8 bits/char, CRC, disabled */ in init_channel()
/linux-2.6.39/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.h197 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dpmac_zilog.c840 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc()
848 write_zsreg(uap, 3, Rx8 | RxENABLE); in pmz_fix_zero_bug_scc()
860 write_zsreg(uap, 3, Rx8); in pmz_fix_zero_bug_scc()
904 uap->curregs[R3] = Rx8; in __pmz_startup()
1125 uap->curregs[3] |= Rx8; in pmz_convert_to_zs()
Dsunzilog.c902 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.c837 up->curregs[3] |= Rx8; in ip22zilog_convert_to_zs()
1140 up->curregs[R3] = RxENAB | Rx8; in ip22zilog_prepare()
Dzs.c881 zport->regs[3] |= Rx8; in zs_set_termios()
/linux-2.6.39/drivers/net/wan/
Dz85230.h85 #define Rx8 0xc0 /* Rx 8 Bits/Character */ macro
Dz85230.c219 3, ENT_HM|RxCRC_ENAB|Rx8,
244 3, ENT_HM|RxCRC_ENAB|Rx8,