Searched refs:UARTLCR (Results 1 – 2 of 2) sorted by relevance
33 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()
19 #define UARTLCR 0xc macro