Lines Matching full:cs7
2005 * only support CS8 and CS7, and for CS7 must enable PE. in lpuart_set_termios()
2013 (termios->c_cflag & CSIZE) != CS7) { in lpuart_set_termios()
2020 (termios->c_cflag & CSIZE) == CS7) in lpuart_set_termios()
2045 /* parity must be enabled when CS7 to match 8-bits format */ in lpuart_set_termios()
2046 if ((termios->c_cflag & CSIZE) == CS7) in lpuart_set_termios()
2240 * only support CS8 and CS7 in lpuart32_set_termios()
2249 (termios->c_cflag & CSIZE) != CS7) { in lpuart32_set_termios()
2256 (termios->c_cflag & CSIZE) == CS7) in lpuart32_set_termios()
2285 * imx support 7-bits format, no limitation on parity when CS7 in lpuart32_set_termios()
2286 * for layerscape, parity must be enabled when CS7 to match 8-bits format in lpuart32_set_termios()
2288 if ((termios->c_cflag & CSIZE) == CS7 && !(termios->c_cflag & PARENB)) { in lpuart32_set_termios()