Searched refs:lcr_h (Results 1 – 3 of 3) sorted by relevance
271 unsigned int lcr_h; in pl010_break_ctl() local276 lcr_h |= UART01x_LCRH_BRK; in pl010_break_ctl()278 lcr_h &= ~UART01x_LCRH_BRK; in pl010_break_ctl()354 unsigned int lcr_h, old_cr; in pl010_set_termios() local366 lcr_h = UART01x_LCRH_WLEN_5; in pl010_set_termios()369 lcr_h = UART01x_LCRH_WLEN_6; in pl010_set_termios()379 lcr_h |= UART01x_LCRH_STP2; in pl010_set_termios()381 lcr_h |= UART01x_LCRH_PEN; in pl010_set_termios()383 lcr_h |= UART01x_LCRH_EPS; in pl010_set_termios()386 lcr_h |= UART01x_LCRH_FEN; in pl010_set_termios()[all …]
1654 unsigned int lcr_h; in pl011_break_ctl() local1659 lcr_h |= UART01x_LCRH_BRK; in pl011_break_ctl()1661 lcr_h &= ~UART01x_LCRH_BRK; in pl011_break_ctl()2045 unsigned int lcr_h, old_cr; in pl011_set_termios() local2075 lcr_h = UART01x_LCRH_WLEN_5; in pl011_set_termios()2078 lcr_h = UART01x_LCRH_WLEN_6; in pl011_set_termios()2088 lcr_h |= UART01x_LCRH_STP2; in pl011_set_termios()2090 lcr_h |= UART01x_LCRH_PEN; in pl011_set_termios()2092 lcr_h |= UART01x_LCRH_EPS; in pl011_set_termios()2094 lcr_h |= UART011_LCRH_SPS; in pl011_set_termios()[all …]
1363 unsigned int lcr_h, quot; in auart_console_get_options() local1368 lcr_h = mxs_read(s, REG_LINECTRL); in auart_console_get_options()1371 if (lcr_h & AUART_LINECTRL_PEN) { in auart_console_get_options()1372 if (lcr_h & AUART_LINECTRL_EPS) in auart_console_get_options()1378 if ((lcr_h & AUART_LINECTRL_WLEN_MASK) == AUART_LINECTRL_WLEN(7)) in auart_console_get_options()