mxs_read 621 drivers/tty/serial/mxs-auart.c while (!(mxs_read(s, REG_STAT) & AUART_STAT_TXFF)) { mxs_read 653 drivers/tty/serial/mxs-auart.c c = mxs_read(s, REG_DATA); mxs_read 654 drivers/tty/serial/mxs-auart.c stat = mxs_read(s, REG_STAT); mxs_read 697 drivers/tty/serial/mxs-auart.c stat = mxs_read(s, REG_STAT); mxs_read 739 drivers/tty/serial/mxs-auart.c u32 ctrl = mxs_read(s, REG_CTRL2); mxs_read 780 drivers/tty/serial/mxs-auart.c u32 stat = mxs_read(s, REG_STAT); mxs_read 857 drivers/tty/serial/mxs-auart.c stat = mxs_read(s, REG_STAT); mxs_read 985 drivers/tty/serial/mxs-auart.c ctrl2 = mxs_read(s, REG_CTRL2); mxs_read 1132 drivers/tty/serial/mxs-auart.c u32 stat = mxs_read(s, REG_STAT); mxs_read 1134 drivers/tty/serial/mxs-auart.c istat = mxs_read(s, REG_INTR); mxs_read 1180 drivers/tty/serial/mxs-auart.c reg = mxs_read(s, REG_CTRL0); mxs_read 1193 drivers/tty/serial/mxs-auart.c reg = mxs_read(s, REG_CTRL0); mxs_read 1202 drivers/tty/serial/mxs-auart.c reg = mxs_read(s, REG_CTRL0); mxs_read 1276 drivers/tty/serial/mxs-auart.c if ((mxs_read(s, REG_STAT) & mxs_read 1345 drivers/tty/serial/mxs-auart.c while (mxs_read(s, REG_STAT) & AUART_STAT_TXFF) { mxs_read 1371 drivers/tty/serial/mxs-auart.c old_ctrl2 = mxs_read(s, REG_CTRL2); mxs_read 1372 drivers/tty/serial/mxs-auart.c old_ctrl0 = mxs_read(s, REG_CTRL0); mxs_read 1380 drivers/tty/serial/mxs-auart.c while (mxs_read(s, REG_STAT) & AUART_STAT_BUSY) { mxs_read 1392 drivers/tty/serial/mxs-auart.c if (!(mxs_read(s, REG_STAT) & AUART_STAT_BUSY)) { mxs_read 1407 drivers/tty/serial/mxs-auart.c if (!(mxs_read(s, REG_CTRL2) & AUART_CTRL2_UARTEN)) mxs_read 1410 drivers/tty/serial/mxs-auart.c lcr_h = mxs_read(s, REG_LINECTRL); mxs_read 1425 drivers/tty/serial/mxs-auart.c quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK)) mxs_read 1427 drivers/tty/serial/mxs-auart.c quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK)) mxs_read 1740 drivers/tty/serial/mxs-auart.c version = mxs_read(s, REG_VERSION);