Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mediatek/
H A Duart_dev_mtk.h101 #define UART_LSR_THRE (1<<5) macro
H A Duart_dev_mtk.c149 while (!(uart_getreg(bas, UART_LSR_REG) & UART_LSR_THRE)); in mtk_uart_putc()
152 while (!(uart_getreg(bas, UART_LSR_REG) & UART_LSR_THRE)); in mtk_uart_putc()
517 while ((uart_getreg(bas, UART_LSR_REG) & UART_LSR_THRE) == 0); in mtk_uart_bus_transmit()