Home
last modified time | relevance | path

Searched refs:uart0_base (Results 1 – 6 of 6) sorted by relevance

/bsp/qemu-virt64-riscv/driver/
A Ddrv_uart.h53 extern void *uart0_base;
55 #define write8_uart0(idx, value) __raw_writeb(((rt_uint8_t)value), (void*)((size_t)uart0_base + (id…
56 #define read8_uart0(idx) __raw_readb((void*)((size_t)uart0_base + (idx)))
A Ddrv_uart.c29 void *uart0_base = (void*)0x10000000; variable
141 uart0_base = rt_ioremap(uart0_base, 4096); in rt_hw_uart_init()
150 uart->hw_base = (rt_ubase_t)uart0_base; in rt_hw_uart_init()
/bsp/xuantie/virt64/c906/board/
A Ddrv_uart.h53 extern void *uart0_base;
55 #define write8_uart0(idx, value) __raw_writeb(((rt_uint8_t)value), (void*)((size_t)uart0_base + (id…
56 #define read8_uart0(idx) __raw_readb((void*)((size_t)uart0_base + (idx)))
A Ddrv_uart.c29 void *uart0_base = (void*)0x10000000; variable
141 uart0_base = rt_ioremap(uart0_base, 4096); in rt_hw_uart_init()
150 uart->hw_base = (rt_ubase_t)uart0_base; in rt_hw_uart_init()
/bsp/ultrarisc/drivers/
A Ddrv_uart.c31 void *uart0_base = (void *)UART0_BASE_ADDR; variable
164 uart->hw_base = (rt_ubase_t)uart0_base; in rt_hw_uart_init()
166 uart->hw_base = (rt_ubase_t)rt_ioremap((void *)uart0_base, 0x1000); in rt_hw_uart_init()
A Ddrv_uart.h54 extern void *uart0_base;

Completed in 766 milliseconds