Searched refs:PL011_REG_FR (Results 1 – 5 of 5) sorted by relevance
171 while ((PL011_REG_FR(uart->hw_base) & PL011_FR_TXFF)); in uart_putc()194 if((PL011_REG_FR(uart->hw_base) & PL011_FR_RXFE) == 0) in uart_getc()
62 #define PL011_REG_FR(BASE) HWREG32(BASE + 0x18) macro
150 while ((PL011_REG_FR(uart->hw_base) & PL011_FR_TXFF)); in uart_putc()173 if((PL011_REG_FR(uart->hw_base) & PL011_FR_RXFE) == 0) in uart_getc()
Completed in 13 milliseconds