Home
last modified time | relevance | path

Searched refs:UARTDLLM (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_uart.c35 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()
H A Drkpm_uart.h16 #define UARTDLLM 0x4 macro