Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dz8530.h70 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
/linux/drivers/tty/serial/
H A Dzs.h122 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
H A Dsunzilog.h96 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
H A Dip22zilog.h104 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
H A Dpmac_zilog.h183 #define PAR_EVEN 0x2 /* Parity Even/Odd* */ macro
H A Dsunzilog.c912 up->curregs[R4] |= PAR_EVEN; in sunzilog_convert_to_zs()
914 up->curregs[R4] &= ~PAR_EVEN; in sunzilog_convert_to_zs()
1345 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in sunzilog_init_hw()
1361 up->curregs[R4] = PAR_EVEN | X16CLK | SB1; in sunzilog_init_hw()
H A Dqcom_geni_serial.c63 #define PAR_EVEN 0x00 macro
1385 tx_parity_cfg |= PAR_EVEN; in qcom_geni_serial_set_termios()
1386 rx_parity_cfg |= PAR_EVEN; in qcom_geni_serial_set_termios()
H A Dpmac_zilog.c1031 uap->curregs[4] |= PAR_EVEN; in pmz_convert_to_zs()
1033 uap->curregs[4] &= ~PAR_EVEN; in pmz_convert_to_zs()