Searched refs:pa_base (Results 1 – 1 of 1) sorted by relevance
96 void* pa_base; member264 mmap2->ret = lwp_map_user_phy(lwp_self(), RT_NULL, uart->pa_base, mmap2->length, 0); in uart_control()369 uart->pa_base = (void *)UART_ADDR; in rt_hw_uart_init()370 uart->hw_base = (rt_base_t)rt_ioremap(uart->pa_base, 0x1000); in rt_hw_uart_init()
Completed in 6 milliseconds