Home
last modified time | relevance | path

Searched refs:UART_DM_SR_TXRDY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm/qualcomm/
H A Dipq4018_machdep.c171 #define UART_DM_SR_TXRDY (1 << 2)
206 while (((*UART_DM_SR & UART_DM_SR_TXRDY) == 0) && --limit) {
/freebsd/sys/dev/uart/
H A Duart_dev_msm.h182 #define UART_DM_SR_TXRDY (1 << 2) macro
H A Duart_dev_msm.c243 while ((uart_getreg(bas, UART_DM_SR) & UART_DM_SR_TXRDY) == 0) in msm_putc()