Lines Matching refs:cval
428 unsigned char cval, fcr = 0; in serial_pxa_set_termios() local
435 cval = UART_LCR_WLEN5; in serial_pxa_set_termios()
438 cval = UART_LCR_WLEN6; in serial_pxa_set_termios()
441 cval = UART_LCR_WLEN7; in serial_pxa_set_termios()
445 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
450 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
452 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
454 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
528 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
539 serial_out(up, UART_LCR, cval); /* reset DLAB */ in serial_pxa_set_termios()
540 up->lcr = cval; /* Save LCR */ in serial_pxa_set_termios()