Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dowl-uart.c52 #define OWL_UART_STAT_RIP BIT(0) macro
143 val |= OWL_UART_STAT_RIP; in owl_uart_stop_rx()
261 if (stat & OWL_UART_STAT_RIP) 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()