Lines Matching refs:cval
2227 unsigned char cval, fcr = 0; in serial8250_set_termios() local
2233 cval = UART_LCR_WLEN5; in serial8250_set_termios()
2236 cval = UART_LCR_WLEN6; in serial8250_set_termios()
2239 cval = UART_LCR_WLEN7; in serial8250_set_termios()
2243 cval = UART_LCR_WLEN8; in serial8250_set_termios()
2248 cval |= UART_LCR_STOP; in serial8250_set_termios()
2250 cval |= UART_LCR_PARITY; in serial8250_set_termios()
2252 cval |= UART_LCR_EPAR; in serial8250_set_termios()
2255 cval |= UART_LCR_SPAR; in serial8250_set_termios()
2371 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in serial8250_set_termios()
2383 serial_outp(up, UART_LCR, cval); /* reset DLAB */ in serial8250_set_termios()
2384 up->lcr = cval; /* Save LCR */ in serial8250_set_termios()