Searched refs:UART_SR_RX_READY (Results 1 – 2 of 2) sorted by relevance
106 #define UART_SR_RX_READY (1 << 0) macro
133 if ((sr & UART_SR_RX_READY) == 0) { in handle_rx_dm()190 while ((sr = msm_read(port, UART_SR)) & UART_SR_RX_READY) { in handle_rx()690 if (!(msm_read(port, UART_SR) & UART_SR_RX_READY)) in msm_poll_get_char_single()708 } else if (!(msm_read(port, UART_SR) & UART_SR_RX_READY)) { in msm_poll_get_char_dm()