Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_lowrisc.h42 #define DR_TX_FIFO_FULL (1 << 10) macro
H A Duart_dev_lowrisc.c107 while (GETREG(bas, UART_DR) & DR_TX_FIFO_FULL) in lowrisc_uart_putc()
360 while (GETREG(bas, UART_DR) & DR_TX_FIFO_FULL) in lowrisc_uart_bus_transmit()