Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pic32/pic32mzda/
H A Dearly_console.c20 #define UART_TX_FULL BIT(9) macro
156 uart_base + U_STA(console_port)) & UART_TX_FULL) in prom_putchar()
/openbmc/u-boot/drivers/serial/
H A Dserial_pic32.c34 #define UART_TX_FULL BIT(9) macro
113 if (readl(priv->base + U_STA) & UART_TX_FULL) in pic32_uart_putc()