Searched refs:INPCK (Results 1 – 25 of 65) sorted by relevance
123
21 #define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
68 #define INPCK 0000020 macro
71 #define INPCK 0000020 macro
76 #define INPCK 0000020 macro
66 #define INPCK 0000020 macro
82 #define INPCK 0000020 macro
67 #define INPCK 0000020 macro
87 #define INPCK 0000020 /* Enable input parity check. */ macro
97 #define INPCK 0x00000010 macro
481 if (termios->c_iflag & INPCK) in mvebu_uart_set_termios()510 termios->c_iflag &= INPCK | IGNPAR; in mvebu_uart_set_termios()511 termios->c_iflag |= old->c_iflag & ~(INPCK | IGNPAR); in mvebu_uart_set_termios()
272 if (termios->c_iflag & INPCK) in serial21285_set_termios()
326 if (termios->c_iflag & INPCK) in digicolor_uart_set_termios()
269 if (termios->c_iflag & INPCK) in apbuart_set_termios()
302 if (termios->c_iflag & INPCK) in uart_clps711x_set_termios()
433 if (termios->c_iflag & INPCK) in ks8695uart_set_termios()
412 if (termios->c_iflag & INPCK) in netx_set_termios()
416 if (iflag & INPCK) in lqasc_set_termios()
418 if (termios->c_iflag & INPCK) in sprd_set_termios()
308 if (termios->c_iflag & INPCK) in ulite_set_termios()
404 if (new->c_iflag & INPCK) in efm32_uart_set_termios()
568 if (new->c_iflag & INPCK) { in bcm_uart_set_termios()
27 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
327 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
570 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) in cpm_uart_set_termios()573 if (termios->c_iflag & INPCK) in cpm_uart_set_termios()
242 INPCK - enable frame and parity error events to be253 Parity error INPCK IGNPAR