Searched refs:BRKINT (Results 1 – 25 of 61) sorted by relevance
123
21 #define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
93 | BRKINT /* disable break causes interrupt */ in empeg_init_termios()
65 #define BRKINT 0000002 macro
68 #define BRKINT 0000002 macro
73 #define BRKINT 0000002 macro
63 #define BRKINT 0000002 macro
79 #define BRKINT 0000002 macro
64 #define BRKINT 0000002 macro
84 #define BRKINT 0000002 /* Signal interrupt on break. */ macro
94 #define BRKINT 0x00000002 macro
27 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
225 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
298 termios->c_iflag &= ~(BRKINT | IGNBRK); in digicolor_uart_set_termios()
265 termios->c_iflag &= ~(BRKINT | IGNBRK); in uart_clps711x_set_termios()
435 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in ks8695uart_set_termios()
410 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in netx_set_termios()
420 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
407 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios()
572 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
624 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
486 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
430 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
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()575 if ((termios->c_iflag & BRKINT) || (termios->c_iflag & PARMRK)) in cpm_uart_set_termios()