Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax3100.c142 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() function
162 return max3100_do_parity(s, c) == ((c >> 8) & 1); in max3100_check_parity()
173 *c |= max3100_do_parity(s, *c) << 8; in max3100_calc_parity()