Searched refs:UART_DM_TX_READY (Results 1 – 3 of 3) sorted by relevance
174 #define UART_DM_TX_READY (1 << 7)193 while (((*UART_DM_ISR & UART_DM_TX_READY) == 0) && --limit) {
121 #define UART_DM_TX_READY (1 << 7) macro128 #define UART_DM_IMR_ENABLED (UART_DM_TX_READY | \
234 while ((uart_getreg(bas, UART_DM_ISR) & UART_DM_TX_READY) == 0 in msm_putc()374 u->ier |= UART_DM_TX_READY; in msm_bus_transmit()483 if (isr & UART_DM_TX_READY) { in msm_bus_ipend()488 u->ier &= ~UART_DM_TX_READY; in msm_bus_ipend()