Searched refs:line_cr (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dnetx-serial.c295 unsigned int line_cr; netx_break_ctl() local
298 line_cr = readl(port->membase + UART_LINE_CR); netx_break_ctl()
300 line_cr |= LINE_CR_BRK; netx_break_ctl()
302 line_cr &= ~LINE_CR_BRK; netx_break_ctl()
303 writel(line_cr, port->membase + UART_LINE_CR); netx_break_ctl()
342 unsigned char line_cr = LINE_CR_FEN; netx_set_termios() local
347 line_cr |= LINE_CR_5BIT; netx_set_termios()
350 line_cr |= LINE_CR_6BIT; netx_set_termios()
353 line_cr |= LINE_CR_7BIT; netx_set_termios()
356 line_cr |= LINE_CR_8BIT; netx_set_termios()
361 line_cr |= LINE_CR_STP2; netx_set_termios()
364 line_cr |= LINE_CR_PEN; netx_set_termios()
366 line_cr |= LINE_CR_EPS; netx_set_termios()
401 writel(line_cr, port->membase + UART_LINE_CR); netx_set_termios()
554 unsigned char line_cr; netx_console_get_options() local
564 line_cr = readl(port->membase + UART_LINE_CR); netx_console_get_options()
566 if (line_cr & LINE_CR_PEN) { netx_console_get_options()
567 if (line_cr & LINE_CR_EPS) netx_console_get_options()
573 switch (line_cr & LINE_CR_BITS_MASK) { netx_console_get_options()

Completed in 38 milliseconds