Searched refs:UARTLCR_DLAB (Results 1 – 3 of 3) sorted by relevance
25 #define UARTLCR_DLAB (1 << 7) macro49 orr r3, r3, #UARTLCR_DLAB53 mov r2, #~UARTLCR_DLAB
58 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()
42 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro