Searched refs:UART_LSR (Results 1 – 2 of 2) sorted by relevance
9 #define UART_LSR (0x14) // Line Status Register macro15 while (!(UARTREG(UART_LSR) & UART_LSR_THRE)) in uart_pputc()
31 #define UART_LSR (0x14) // Line Status Register macro114 while (UARTREG(UART_LSR) & UART_LSR_DR) { in uart_irq_handler()123 if (UARTREG(UART_LSR) & UART_LSR_THRE) { in uart_irq_handler()143 while (!(UARTREG(UART_LSR) & UART_LSR_THRE)) in mt8167_uart_pputc()156 while (!(UARTREG(UART_LSR) & UART_LSR_DR)) in mt8167_uart_pgetc()193 while (!(UARTREG(UART_LSR) & UART_LSR_THRE)) { in mt8167_dputs()
Completed in 7 milliseconds