Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dowl-uart.c54 #define OWL_UART_STAT_TIP BIT(1) macro
160 val |= OWL_UART_STAT_TIP; in owl_uart_stop_tx()
174 val |= OWL_UART_STAT_TIP; in owl_uart_start_tx()
244 if (stat & OWL_UART_STAT_TIP) in owl_uart_irq()
248 stat |= OWL_UART_STAT_RIP | OWL_UART_STAT_TIP; in owl_uart_irq()
287 val |= OWL_UART_STAT_RIP | OWL_UART_STAT_TIP in owl_uart_startup()
534 val |= OWL_UART_STAT_TIP | OWL_UART_STAT_RIP; in owl_uart_port_write()