Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmxs-auart.c367 REG_LINECTRL, enumerator
384 [REG_LINECTRL] = ASM9260_HW_LINECTRL,
396 [REG_LINECTRL] = AUART_LINECTRL,
1044 mxs_write(ctrl, s, REG_LINECTRL); in mxs_auart_settermios()
1199 mxs_set(AUART_LINECTRL_FEN, s, REG_LINECTRL); in mxs_auart_startup()
1270 mxs_set(AUART_LINECTRL_BRK, s, REG_LINECTRL); in mxs_auart_break_ctl()
1272 mxs_clr(AUART_LINECTRL_BRK, s, REG_LINECTRL); in mxs_auart_break_ctl()
1368 lcr_h = mxs_read(s, REG_LINECTRL); in auart_console_get_options()
1383 quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK)) in auart_console_get_options()
1385 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK)) in auart_console_get_options()