Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dar933x_uart.h44 #define AR933X_UART_CS_TX_BUSY BIT(14) macro
/openbmc/linux/drivers/tty/serial/
H A Dar933x_uart.c181 } while (status & AR933X_UART_CS_TX_BUSY); in ar933x_uart_wait_tx_complete()