Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c172 PL011_REG_DR(uart->hw_base) = (uint8_t)c; in uart_putc()
196 ch = PL011_REG_DR(uart->hw_base) & 0xff; in uart_getc()
A Ddrv_uart.h59 #define PL011_REG_DR(BASE) HWREG32(BASE + 0x00) macro
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c151 PL011_REG_DR(uart->hw_base) = (uint8_t)c; in uart_putc()
175 ch = PL011_REG_DR(uart->hw_base) & 0xff; in uart_getc()
A Ddrv_uart.h59 #define PL011_REG_DR(BASE) HWREG32(BASE + 0x00) macro
/bsp/raspberry-pi/raspi-dm2.0/drivers/
A Ddrv_uart.h59 #define PL011_REG_DR(BASE) HWREG32(BASE + 0x00) macro

Completed in 9 milliseconds