Searched refs:line_cr (Results 1 – 1 of 1) sorted by relevance
295 unsigned int line_cr; in netx_break_ctl() local298 line_cr = readl(port->membase + UART_LINE_CR); in netx_break_ctl()300 line_cr |= LINE_CR_BRK; in netx_break_ctl()302 line_cr &= ~LINE_CR_BRK; in netx_break_ctl()303 writel(line_cr, port->membase + UART_LINE_CR); in netx_break_ctl()342 unsigned char line_cr = LINE_CR_FEN; in netx_set_termios() local347 line_cr |= LINE_CR_5BIT; in netx_set_termios()350 line_cr |= LINE_CR_6BIT; in netx_set_termios()353 line_cr |= LINE_CR_7BIT; in netx_set_termios()356 line_cr |= LINE_CR_8BIT; in netx_set_termios()[all …]