Home
last modified time | relevance | path

Searched refs:AUX_MU_IO_REG (Results 1 – 11 of 11) sorted by relevance

/bsp/raspberry-pi/raspi2/driver/
A Ddrv_uart.c98 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()
113 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
A Ddrv_uart.h20 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_uart.c97 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()
112 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
A Ddrv_uart.h19 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_uart.c96 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()
111 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
A Ddrv_uart.h20 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c146 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()
168 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
200 AUX_MU_IO_REG(earlycon_base) = c; in early_putc()
A Ddrv_uart.h86 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c167 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()
189 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
A Ddrv_uart.h86 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
/bsp/raspberry-pi/raspi-dm2.0/drivers/
A Ddrv_uart.h86 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro

Completed in 21 milliseconds