Lines Matching refs:cval
2175 unsigned char cval; in serial8250_compute_lcr() local
2179 cval = UART_LCR_WLEN5; in serial8250_compute_lcr()
2182 cval = UART_LCR_WLEN6; in serial8250_compute_lcr()
2185 cval = UART_LCR_WLEN7; in serial8250_compute_lcr()
2189 cval = UART_LCR_WLEN8; in serial8250_compute_lcr()
2194 cval |= UART_LCR_STOP; in serial8250_compute_lcr()
2196 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()
2201 cval |= UART_LCR_EPAR; in serial8250_compute_lcr()
2204 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
2207 return cval; in serial8250_compute_lcr()
2265 unsigned char cval; in serial8250_do_set_termios() local
2269 cval = serial8250_compute_lcr(up, termios->c_cflag); in serial8250_do_set_termios()
2281 up->lcr = cval; /* Save computed LCR */ in serial8250_do_set_termios()