Lines Matching defs:owl_uart_read
89 static inline u32 owl_uart_read(struct uart_port *port, unsigned int off)
98 ctl = owl_uart_read(port, OWL_UART_CTL);
113 ctl = owl_uart_read(port, OWL_UART_CTL);
114 stat = owl_uart_read(port, OWL_UART_STAT);
130 val = owl_uart_read(port, OWL_UART_STAT);
142 val = owl_uart_read(port, OWL_UART_CTL);
146 val = owl_uart_read(port, OWL_UART_STAT);
155 val = owl_uart_read(port, OWL_UART_CTL);
159 val = owl_uart_read(port, OWL_UART_STAT);
173 val = owl_uart_read(port, OWL_UART_STAT);
177 val = owl_uart_read(port, OWL_UART_CTL);
187 !(owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU),
195 val = owl_uart_read(port, OWL_UART_CTL);
199 stat = owl_uart_read(port, OWL_UART_STAT);
217 val = owl_uart_read(port, OWL_UART_RXDAT);
223 stat = owl_uart_read(port, OWL_UART_STAT);
237 stat = owl_uart_read(port, OWL_UART_STAT);
245 stat = owl_uart_read(port, OWL_UART_STAT);
261 val = owl_uart_read(port, OWL_UART_CTL);
284 val = owl_uart_read(port, OWL_UART_STAT);
289 val = owl_uart_read(port, OWL_UART_CTL);
316 ctl = owl_uart_read(port, OWL_UART_CTL);
446 if (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_RFEM)
449 return owl_uart_read(port, OWL_UART_RXDAT);
500 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TFFU)
524 old_ctl = owl_uart_read(port, OWL_UART_CTL);
533 while (owl_uart_read(port, OWL_UART_STAT) & OWL_UART_STAT_TRFL_MASK)
537 val = owl_uart_read(port, OWL_UART_STAT);