Searched refs:uart_mem_addr (Results 1 – 1 of 1) sorted by relevance
38 static uint64_t uart_mem_addr = 0; variable52 if (uart_mem_addr) { in uart_read()53 return (uint8_t)readl(uart_mem_addr + 4 * reg); in uart_read()60 if (uart_mem_addr) { in uart_write()61 writel(val, uart_mem_addr + 4 * reg); in uart_write()270 uart_mem_addr = (uint64_t)paddr_to_physmap(bootloader.uart.base); in pc_init_debug_early()
Completed in 7 milliseconds