Searched refs:uart_lcr (Results 1 – 6 of 6) sorted by relevance
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()67 u32 uart_lcr; in rkpm_uart_debug_restore() local77 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()
50 u32 uart_lcr; member
55 volatile u32 *uart_lcr = (volatile u32*)(UART0_ADDR+UART_LCR); in au1x00_serial_setbrg() local73 *uart_lcr = UART_LCR_WLEN8; in au1x00_serial_setbrg()
16 uint uart_lcr; /* UART_LCR_0, offset 0C */ member
681 u8 uart_lcr = 0; in cls_param() local759 uart_lcr = readb(&ch->ch_cls_uart->lcr); in cls_param()770 if (uart_lcr != lcr) in cls_param()
928 u8 uart_lcr, ier; in neo_param() local1028 uart_lcr = readb(&ch->ch_neo_uart->lcr); in neo_param()1039 if (uart_lcr != lcr) in neo_param()