Searched refs:lcr (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/arm/include/asm/arch-rockchip/
H A Duart.h12 unsigned int lcr; /* Line control register. */ member in struct:rk_uart
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Drsb.h25 u32 lcr; /* 0x24 */ member in struct:sunxi_rsb_reg
/u-boot/drivers/serial/
H A Dserial_npcm.c25 u32 lcr; /* Line Control Register */ member in struct:npcm_uart
92 setbits_8(&uart->lcr, LCR_DLAB);
95 clrbits_8(&uart->lcr, LCR_DLAB);
137 writeb(LCR_WLS_8BITS, &uart->lcr);
H A Dns16550.c219 /* to keep serial format, read lcr before writing BKSE */
220 int lcr_val = serial_in(&com_port->lcr) & ~UART_LCR_BKSE;
222 serial_out(UART_LCR_BKSE | lcr_val, &com_port->lcr);
225 serial_out(lcr_val, &com_port->lcr);
263 serial_out(UART_LCRVAL, &com_port->lcr);
348 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL);
351 serial_dout(&com_port->lcr, UART_LCRVAL);
358 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL);
361 serial_dout(&com_port->lcr, UART_LCRVAL);
466 serial_out(lcr_val, &com_port->lcr);
[all...]
H A Dserial_bcm283x_mu.c33 u32 lcr; member in struct:bcm283x_mu_regs
68 writel(BCM283X_MU_LCR_DATA_SIZE_8, &regs->lcr);
H A Dserial_omap.c79 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL);
82 serial_dout(&com_port->lcr, UART_LCRVAL);
H A Dserial_pl01x.c97 unsigned int lcr; local
102 lcr = UART_PL011_LCRH_WLEN_8 | UART_PL011_LCRH_FEN;
103 writel(lcr, &regs->pl011_lcrh);
H A Dserial_mt7620.c33 u32 lcr; member in struct:mt7620_serial_regs
83 writel(UART_LCR_WLS_8, &plat->regs->lcr);
H A Dserial_mtk.c28 u32 lcr; member in struct:mtk_serial_regs
138 writel(UART_LCR_WLS_8 | UART_LCR_DLAB, &priv->regs->lcr);
141 writel(UART_LCR_WLS_8, &priv->regs->lcr);
/u-boot/arch/arm/mach-rockchip/rk3328/
H A Drk3328.c120 writel(0x83, &uart->lcr);
122 writel(0x3, &uart->lcr);
/u-boot/include/
H A Dns16550.h90 UART_REG(lcr); /* 3 */

Completed in 166 milliseconds