Home
last modified time | relevance | path

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

/drivers/net/hamradio/
Dz8530.h69 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
/drivers/tty/serial/
Dzs.h121 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
Dip22zilog.h103 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
Dsunzilog.h95 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
Dpmac_zilog.h192 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
Dip22zilog.c853 up->curregs[4] |= PAR_EVEN; in ip22zilog_convert_to_zs()
855 up->curregs[4] &= ~PAR_EVEN; in ip22zilog_convert_to_zs()
1141 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in ip22zilog_prepare()
Dsunzilog.c918 up->curregs[R4] |= PAR_EVEN; in sunzilog_convert_to_zs()
920 up->curregs[R4] &= ~PAR_EVEN; in sunzilog_convert_to_zs()
1351 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in sunzilog_init_hw()
1367 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in sunzilog_init_hw()
Dzs.c888 zport->regs[4] &= ~(XCLK_MASK | SB_MASK | PAR_ENA | PAR_EVEN); in zs_set_termios()
896 zport->regs[4] |= PAR_EVEN; in zs_set_termios()
Dpmac_zilog.c1091 uap->curregs[4] |= PAR_EVEN; in pmz_convert_to_zs()
1093 uap->curregs[4] &= ~PAR_EVEN; in pmz_convert_to_zs()
/drivers/net/wan/
Dz85230.h90 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro