Home
last modified time | relevance | path

Searched refs:lcr_h (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/
H A Damba-pl011.c1699 unsigned int lcr_h; in pl011_break_ctl() local
1702 lcr_h = pl011_read(uap, REG_LCRH_TX); in pl011_break_ctl()
1704 lcr_h |= UART01x_LCRH_BRK; in pl011_break_ctl()
1706 lcr_h &= ~UART01x_LCRH_BRK; in pl011_break_ctl()
1707 pl011_write(lcr_h, uap, REG_LCRH_TX); in pl011_break_ctl()
1814 static void pl011_write_lcr_h(struct uart_amba_port *uap, unsigned int lcr_h) in pl011_write_lcr_h() argument
1816 pl011_write(lcr_h, uap, REG_LCRH_RX); in pl011_write_lcr_h()
1825 pl011_write(lcr_h, uap, REG_LCRH_TX); in pl011_write_lcr_h()
2095 unsigned int lcr_h, old_cr; in pl011_set_termios() local
2125 lcr_h = UART01x_LCRH_WLEN_5; in pl011_set_termios()
[all …]
H A Dmxs-auart.c1358 unsigned int lcr_h, quot; in auart_console_get_options() local
1363 lcr_h = mxs_read(s, REG_LINECTRL); in auart_console_get_options()
1366 if (lcr_h & AUART_LINECTRL_PEN) { in auart_console_get_options()
1367 if (lcr_h & AUART_LINECTRL_EPS) in auart_console_get_options()
1373 if ((lcr_h & AUART_LINECTRL_WLEN_MASK) == AUART_LINECTRL_WLEN(7)) in auart_console_get_options()