Lines Matching refs:cval
2165 unsigned char cval; in serial8250_compute_lcr() local
2169 cval = UART_LCR_WLEN5; in serial8250_compute_lcr()
2172 cval = UART_LCR_WLEN6; in serial8250_compute_lcr()
2175 cval = UART_LCR_WLEN7; in serial8250_compute_lcr()
2179 cval = UART_LCR_WLEN8; in serial8250_compute_lcr()
2184 cval |= UART_LCR_STOP; in serial8250_compute_lcr()
2186 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()
2191 cval |= UART_LCR_EPAR; in serial8250_compute_lcr()
2194 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
2197 return cval; in serial8250_compute_lcr()
2252 unsigned char cval; in serial8250_do_set_termios() local
2256 cval = serial8250_compute_lcr(up, termios->c_cflag); in serial8250_do_set_termios()
2268 up->lcr = cval; /* Save computed LCR */ in serial8250_do_set_termios()