Searched refs:UART_LSR (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Dmt8167s_ref-uart.c9 #define UART_LSR (0x14) // Line Status Register macro
15 while (!(UARTREG(UART_LSR) & UART_LSR_THRE))
/fuchsia/zircon/kernel/dev/uart/mt8167/
H A Duart.cpp31 #define UART_LSR (0x14) // Line Status Register macro
107 while (UARTREG(UART_LSR) & UART_LSR_DR) {
116 if (UARTREG(UART_LSR) & UART_LSR_THRE) {
130 while (!(UARTREG(UART_LSR) & UART_LSR_THRE))
143 while (!(UARTREG(UART_LSR) & UART_LSR_DR))
180 while (!(UARTREG(UART_LSR) & UART_LSR_THRE)) {

Completed in 75 milliseconds