Lines Matching refs:cval
437 unsigned char cval, fcr = 0; in serial_pxa_set_termios() local
444 cval = UART_LCR_WLEN5; in serial_pxa_set_termios()
447 cval = UART_LCR_WLEN6; in serial_pxa_set_termios()
450 cval = UART_LCR_WLEN7; in serial_pxa_set_termios()
454 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
459 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
461 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
463 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
537 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
548 serial_out(up, UART_LCR, cval); /* reset DLAB */ in serial_pxa_set_termios()
549 up->lcr = cval; /* Save LCR */ in serial_pxa_set_termios()