Lines Matching refs:mxs_read
479 static unsigned int mxs_read(const struct mxs_auart_port *uap, in mxs_read() function
609 !(mxs_read(s, REG_STAT) & AUART_STAT_TXFF), in mxs_auart_tx_chars()
622 c = mxs_read(s, REG_DATA); in mxs_auart_rx_char()
623 stat = mxs_read(s, REG_STAT); in mxs_auart_rx_char()
666 stat = mxs_read(s, REG_STAT); in mxs_auart_rx_chars()
708 u32 ctrl = mxs_read(s, REG_CTRL2); in mxs_auart_set_mctrl()
749 u32 stat = mxs_read(s, REG_STAT); in mxs_auart_get_mctrl()
826 stat = mxs_read(s, REG_STAT); in dma_rx_callback()
954 ctrl2 = mxs_read(s, REG_CTRL2); in mxs_auart_settermios()
1083 u32 stat = mxs_read(s, REG_STAT); in mxs_auart_irq_handle()
1085 istat = mxs_read(s, REG_INTR); in mxs_auart_irq_handle()
1131 reg = mxs_read(s, REG_CTRL0); in mxs_auart_reset_deassert()
1144 reg = mxs_read(s, REG_CTRL0); in mxs_auart_reset_assert()
1153 reg = mxs_read(s, REG_CTRL0); in mxs_auart_reset_assert()
1227 if ((mxs_read(s, REG_STAT) & in mxs_auart_tx_empty()
1296 while (mxs_read(s, REG_STAT) & AUART_STAT_TXFF) { in mxs_auart_console_putchar()
1322 old_ctrl2 = mxs_read(s, REG_CTRL2); in auart_console_write()
1323 old_ctrl0 = mxs_read(s, REG_CTRL0); in auart_console_write()
1331 while (mxs_read(s, REG_STAT) & AUART_STAT_BUSY) { in auart_console_write()
1343 if (!(mxs_read(s, REG_STAT) & AUART_STAT_BUSY)) { in auart_console_write()
1358 if (!(mxs_read(s, REG_CTRL2) & AUART_CTRL2_UARTEN)) in auart_console_get_options()
1361 lcr_h = mxs_read(s, REG_LINECTRL); in auart_console_get_options()
1376 quot = ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVINT_MASK)) in auart_console_get_options()
1378 quot |= ((mxs_read(s, REG_LINECTRL) & AUART_LINECTRL_BAUD_DIVFRAC_MASK)) in auart_console_get_options()
1666 version = mxs_read(s, REG_VERSION); in mxs_auart_probe()