Searched refs:uart0_base (Results 1 – 6 of 6) sorted by relevance
53 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)))
29 void *uart0_base = (void*)0x10000000; variable141 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()
31 void *uart0_base = (void *)UART0_BASE_ADDR; variable164 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()
54 extern void *uart0_base;
Completed in 766 milliseconds