Searched refs:UART_DM_ISR (Results 1 – 3 of 3) sorted by relevance
172 volatile uint32_t * UART_DM_ISR = (uint32_t *)(UART_BASE + 0x14);193 while (((*UART_DM_ISR & UART_DM_TX_READY) == 0) && --limit) {
197 #define UART_DM_ISR 0x14 macro
234 while ((uart_getreg(bas, UART_DM_ISR) & UART_DM_TX_READY) == 0 in msm_putc()