Home
last modified time | relevance | path

Searched refs:UARTLCR_DLAB (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_sleep.S25 #define UARTLCR_DLAB (1 << 7) macro
49 orr r3, r3, #UARTLCR_DLAB
53 mov r2, #~UARTLCR_DLAB
H A Drkpm_uart.c58 writel_relaxed(ctx->uart_lcr | UARTLCR_DLAB, base + UARTLCR); in rkpm_uart_debug_save()
79 writel_relaxed(uart_lcr | UARTLCR_DLAB, base + UARTLCR); in rkpm_uart_debug_restore()
H A Drkpm_uart.h42 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro