Home
last modified time | relevance | path

Searched refs:PL011_REG_FR (Results 1 – 5 of 5) sorted by relevance

/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c171 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()
A Ddrv_uart.h62 #define PL011_REG_FR(BASE) HWREG32(BASE + 0x18) macro
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c150 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()
A Ddrv_uart.h62 #define PL011_REG_FR(BASE) HWREG32(BASE + 0x18) macro
/bsp/raspberry-pi/raspi-dm2.0/drivers/
A Ddrv_uart.h62 #define PL011_REG_FR(BASE) HWREG32(BASE + 0x18) macro

Completed in 13 milliseconds