Searched refs:REG_LINECTRL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/tty/serial/ |
| D | mxs-auart.c | 373 REG_LINECTRL, enumerator 390 [REG_LINECTRL] = ASM9260_HW_LINECTRL, 402 [REG_LINECTRL] = AUART_LINECTRL, 1092 mxs_write(ctrl, s, REG_LINECTRL); in mxs_auart_settermios() 1243 mxs_set(AUART_LINECTRL_FEN, s, REG_LINECTRL); in mxs_auart_startup() 1314 mxs_set(AUART_LINECTRL_BRK, s, REG_LINECTRL); in mxs_auart_break_ctl() 1316 mxs_clr(AUART_LINECTRL_BRK, s, REG_LINECTRL); in mxs_auart_break_ctl() 1412 lcr_h = mxs_read(s, REG_LINECTRL); in auart_console_get_options() 1427 quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK)) in auart_console_get_options() 1429 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK)) in auart_console_get_options()
|