Searched refs:SPORT_GET_STAT (Results 1 – 2 of 2) sorted by relevance
158 while (SPORT_GET_STAT(up) & RXNE) { in sport_uart_rx_irq()188 unsigned int stat = SPORT_GET_STAT(up); in sport_uart_err_irq()334 if (SPORT_GET_STAT(up) & TXF) in sport_uart_tx_chars()350 if (SPORT_GET_STAT(up) & TXHRE) in sport_uart_tx_chars()355 while(!(SPORT_GET_STAT(up) & TXF) && !uart_circ_empty(xmit)) { in sport_uart_tx_chars()372 stat = SPORT_GET_STAT(up); in sport_tx_empty()395 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_stop_tx()572 while (!(SPORT_GET_STAT(up) & TXHRE)) in sport_set_termios()643 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_putchar()664 while (SPORT_GET_STAT(up) & TXF) in sport_uart_console_write()[all …]
60 #define SPORT_GET_STAT(sport) bfin_read16(((sport)->port.membase + OFFSET_STAT)) macro