Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_uart.c33 writel_relaxed(0x83, base + UARTLCR); in rkpm_uart_debug_init()
36 writel_relaxed(0x03, base + UARTLCR); in rkpm_uart_debug_init()
55 ctx->uart_lcr = readl_relaxed(base + UARTLCR); in rkpm_uart_debug_save()
58 writel_relaxed(ctx->uart_lcr | UARTLCR_DLAB, base + UARTLCR); in rkpm_uart_debug_save()
61 writel_relaxed(ctx->uart_lcr, base + UARTLCR); in rkpm_uart_debug_save()
77 uart_lcr = readl_relaxed(base + UARTLCR); in rkpm_uart_debug_restore()
79 writel_relaxed(uart_lcr | UARTLCR_DLAB, base + UARTLCR); in rkpm_uart_debug_restore()
82 writel_relaxed(ctx->uart_lcr, base + UARTLCR); in rkpm_uart_debug_restore()
H A Drkpm_uart.h19 #define UARTLCR 0xc macro