Searched refs:OWL_UART_STAT_RFEM (Results 1 – 1 of 1) sorted by relevance
34 #define OWL_UART_STAT_RFEM BIT(5) /* RX FIFO Empty Status */ macro50 if (readl(priv->base + OWL_UART_STAT) & OWL_UART_STAT_RFEM) in owl_serial_getc()74 return !(stat & OWL_UART_STAT_RFEM); in owl_serial_pending()
Completed in 4 milliseconds