Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dowl-uart.c53 #define OWL_UART_STAT_RIP BIT(0) macro
147 val |= OWL_UART_STAT_RIP; in owl_uart_stop_rx()
239 if (stat & OWL_UART_STAT_RIP) in owl_uart_irq()
246 stat |= OWL_UART_STAT_RIP | OWL_UART_STAT_TIP; in owl_uart_irq()
285 val |= OWL_UART_STAT_RIP | OWL_UART_STAT_TIP in owl_uart_startup()
538 val |= OWL_UART_STAT_TIP | OWL_UART_STAT_RIP; in owl_uart_port_write()