Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dowl-uart.c53 #define OWL_UART_STAT_TIP BIT(1) macro
156 val |= OWL_UART_STAT_TIP; in owl_uart_stop_tx()
170 val |= OWL_UART_STAT_TIP; in owl_uart_start_tx()
264 if (stat & OWL_UART_STAT_TIP) in owl_uart_irq()
268 stat |= OWL_UART_STAT_RIP | OWL_UART_STAT_TIP; in owl_uart_irq()
307 val |= OWL_UART_STAT_RIP | OWL_UART_STAT_TIP in owl_uart_startup()
526 val |= OWL_UART_STAT_TIP | OWL_UART_STAT_RIP; in owl_uart_port_write()