Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_uart.c34 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()
H A Drkpm_uart.h14 #define UARTDLL 0x0 macro