Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmax3100.c139 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() function
159 return max3100_do_parity(s, c) == ((c >> 8) & 1); in max3100_check_parity()
170 *c |= max3100_do_parity(s, *c) << 8; in max3100_calc_parity()