Searched refs:UART_FR (Results 1 – 3 of 3) sorted by relevance
35 #define UART_FR(base) __REG32(base + 0x18) macro137 if((UART_FR(uart->hw_base) & UARTFR_RXFF) && (UART_IMSC(uart->hw_base) & UARTIMSC_RXIM)) in rt_hw_uart_isr()147 while (!(UART_FR(uart->hw_base) & UARTFR_RXFE)) in rt_hw_uart_isr()166 while (!(UART_FR(uart->hw_base) & UARTFR_RXFE)) in rt_hw_uart_isr()252 while (UART_FR(uart->hw_base) & UARTFR_TXFF); in uart_putc()268 if (!(UART_FR(uart->hw_base) & UARTFR_RXFE)) in uart_getc()296 while (UART_FR(uart->hw_base) & UARTFR_TXFF); in uart_transmit()
32 #define UART_FR(base) __REG32(base + 0x18) macro148 while (UART_FR(uart->hw_base) & UARTFR_TXFF); in uart_putc()163 if (!(UART_FR(uart->hw_base) & UARTFR_RXFE)) in uart_getc()
25 #define UART_FR(base) __REG32(base + 0x18) macro83 while (UART_FR(uart->hw_base) & UARTFR_TXFF); in uart_putc()98 if (!(UART_FR(uart->hw_base) & UARTFR_RXFE)) in uart_getc()
Completed in 7 milliseconds