Lines Matching refs:cval
432 unsigned char cval, fcr = 0; in serial_pxa_set_termios() local
439 cval = UART_LCR_WLEN5; in serial_pxa_set_termios()
442 cval = UART_LCR_WLEN6; in serial_pxa_set_termios()
445 cval = UART_LCR_WLEN7; in serial_pxa_set_termios()
449 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
454 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
456 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
458 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
532 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
543 serial_out(up, UART_LCR, cval); /* reset DLAB */ in serial_pxa_set_termios()
544 up->lcr = cval; /* Save LCR */ in serial_pxa_set_termios()