Lines Matching defs:REG_LINECTRL
367 REG_LINECTRL,
384 [REG_LINECTRL] = ASM9260_HW_LINECTRL,
396 [REG_LINECTRL] = AUART_LINECTRL,
1044 mxs_write(ctrl, s, REG_LINECTRL);
1195 mxs_set(AUART_LINECTRL_FEN, s, REG_LINECTRL);
1266 mxs_set(AUART_LINECTRL_BRK, s, REG_LINECTRL);
1268 mxs_clr(AUART_LINECTRL_BRK, s, REG_LINECTRL);
1364 lcr_h = mxs_read(s, REG_LINECTRL);
1379 quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK))
1381 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK))