Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_mvebu.c78 #define STAT_TX_FIFO_FULL (1 << 11) /* TX FIFO Full */ macro
238 while (uart_getreg(bas, UART_STAT) & STAT_TX_FIFO_FULL) in uart_mvebu_putc()