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

/freebsd-13-stable/sys/dev/uart/
H A Duart_dev_msm.c257 return ((uart_getreg(bas, UART_DM_SR) & UART_DM_SR_RXRDY) ==
258 UART_DM_SR_RXRDY);
269 while ((uart_getreg(bas, UART_DM_SR) & UART_DM_SR_RXRDY) !=
270 UART_DM_SR_RXRDY)
414 while (uart_getreg(bas, UART_DM_SR) & UART_DM_SR_RXRDY) {
H A Duart_dev_msm.h182 #define UART_DM_SR_RXRDY (1 << 0) macro

Completed in 59 milliseconds