Home
last modified time | relevance | path

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

/openbmc/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()
242 if (stat & OWL_UART_STAT_TIP) 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()