Searched refs:uart_dll (Results 1 – 2 of 2) sorted by relevance
17 u32 uart_dll, uart_dlh; in rkpm_uart_debug_init() local24 uart_dll = div & 0xff; in rkpm_uart_debug_init()34 writel_relaxed(uart_dll, base + UARTDLL); in rkpm_uart_debug_init()59 ctx->uart_dll = readl_relaxed(base + UARTDLL); in rkpm_uart_debug_save()80 writel_relaxed(ctx->uart_dll, base + UARTDLL); in rkpm_uart_debug_restore()
45 u32 uart_dll; member