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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmax3100.c141 static int max3100_do_parity(struct max3100_port *s, u16 c) function
161 return max3100_do_parity(s, c) == ((c >> 8) & 1);
172 *c |= max3100_do_parity(s, *c) << 8;

Completed in 28 milliseconds