Lines Matching defs:REG_LINECTRL
369 REG_LINECTRL,
386 [REG_LINECTRL] = ASM9260_HW_LINECTRL,
398 [REG_LINECTRL] = AUART_LINECTRL,
1086 mxs_write(ctrl, s, REG_LINECTRL);
1237 mxs_set(AUART_LINECTRL_FEN, s, REG_LINECTRL);
1308 mxs_set(AUART_LINECTRL_BRK, s, REG_LINECTRL);
1310 mxs_clr(AUART_LINECTRL_BRK, s, REG_LINECTRL);
1406 lcr_h = mxs_read(s, REG_LINECTRL);
1421 quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK))
1423 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK))