Searched refs:lcrval (Results 1 – 1 of 1) sorted by relevance
98 cvmx_uart_lcr_t lcrval; in cvmx_uart_setup2() local122 lcrval.u64 = 0; in cvmx_uart_setup2()123 lcrval.s.cls = CVMX_UART_BITS8; in cvmx_uart_setup2()124 lcrval.s.stop = 0; /* stop bit included? */ in cvmx_uart_setup2()125 lcrval.s.pen = 0; /* no parity? */ in cvmx_uart_setup2()126 lcrval.s.eps = 1; /* even parity? */ in cvmx_uart_setup2()127 lcrval.s.dlab = 1; /* temporary to program the divisor */ in cvmx_uart_setup2()128 cvmx_write_csr(CVMX_MIO_UARTX_LCR(uart_index), lcrval.u64); in cvmx_uart_setup2()133 lcrval.s.dlab = 0; /* divisor is programmed now, set this back to normal */ in cvmx_uart_setup2()134 cvmx_write_csr(CVMX_MIO_UARTX_LCR(uart_index), lcrval.u64); in cvmx_uart_setup2()