Searched refs:uart_dlh (Results 1 – 2 of 2) sorted by relevance
17 u32 uart_dll, uart_dlh; in rkpm_uart_debug_init() local25 uart_dlh = (div >> 8) & 0xff; in rkpm_uart_debug_init()35 writel_relaxed(uart_dlh, base + UARTDLLM); in rkpm_uart_debug_init()60 ctx->uart_dlh = readl_relaxed(base + UARTDLLM); in rkpm_uart_debug_save()81 writel_relaxed(ctx->uart_dlh, base + UARTDLLM); in rkpm_uart_debug_restore()
46 u32 uart_dlh; member