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