REG_LINECTRL      390 drivers/tty/serial/mxs-auart.c 	[REG_LINECTRL] = ASM9260_HW_LINECTRL,
REG_LINECTRL      402 drivers/tty/serial/mxs-auart.c 	[REG_LINECTRL] = AUART_LINECTRL,
REG_LINECTRL     1090 drivers/tty/serial/mxs-auart.c 	mxs_write(ctrl, s, REG_LINECTRL);
REG_LINECTRL     1241 drivers/tty/serial/mxs-auart.c 	mxs_set(AUART_LINECTRL_FEN, s, REG_LINECTRL);
REG_LINECTRL     1312 drivers/tty/serial/mxs-auart.c 		mxs_set(AUART_LINECTRL_BRK, s, REG_LINECTRL);
REG_LINECTRL     1314 drivers/tty/serial/mxs-auart.c 		mxs_clr(AUART_LINECTRL_BRK, s, REG_LINECTRL);
REG_LINECTRL     1410 drivers/tty/serial/mxs-auart.c 	lcr_h = mxs_read(s, REG_LINECTRL);
REG_LINECTRL     1425 drivers/tty/serial/mxs-auart.c 	quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK))
REG_LINECTRL     1427 drivers/tty/serial/mxs-auart.c 	quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK))