Home
last modified time | relevance | path

Searched refs:lcr (Results 1 – 12 of 12) sorted by relevance

/u-boot/arch/arm/mach-rockchip/rk3328/
A Drk3328.c85 writel(0x83, &uart->lcr); in board_debug_uart_init()
87 writel(0x3, &uart->lcr); in board_debug_uart_init()
/u-boot/drivers/serial/
A Dns16550.c219 int lcr_val = serial_in(&com_port->lcr) & ~UART_LCR_BKSE; in ns16550_setbrg()
221 serial_out(UART_LCR_BKSE | lcr_val, &com_port->lcr); in ns16550_setbrg()
224 serial_out(lcr_val, &com_port->lcr); in ns16550_setbrg()
262 serial_out(UART_LCRVAL, &com_port->lcr); in ns16550_init()
343 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
346 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
353 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in NS16550_read_baud_divisor()
356 serial_dout(&com_port->lcr, UART_LCRVAL); in NS16550_read_baud_divisor()
461 serial_out(lcr_val, &com_port->lcr); in ns16550_serial_setconfig()
A Dserial_bcm283x_mu.c33 u32 lcr; member
68 writel(BCM283X_MU_LCR_DATA_SIZE_8, &regs->lcr); in bcm283x_mu_serial_setbrg()
A Dserial_omap.c79 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
82 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
A Dserial_pl01x.c98 unsigned int lcr; in pl011_set_line_control() local
103 lcr = UART_PL011_LCRH_WLEN_8 | UART_PL011_LCRH_FEN; in pl011_set_line_control()
104 writel(lcr, &regs->pl011_lcrh); in pl011_set_line_control()
A Dserial_mt7620.c33 u32 lcr; member
83 writel(UART_LCR_WLS_8, &plat->regs->lcr); in _mt7620_serial_setbrg()
A Dserial_pxa.c75 writel(LCR_WLS0 | LCR_WLS1 | LCR_DLAB, &uart_regs->lcr); in pxa_setbrg_common()
78 writel(LCR_WLS0 | LCR_WLS1, &uart_regs->lcr); in pxa_setbrg_common()
A Dserial_mtk.c26 u32 lcr; member
124 writel(UART_LCR_WLS_8 | UART_LCR_DLAB, &priv->regs->lcr); in _mtk_serial_setbrg()
127 writel(UART_LCR_WLS_8, &priv->regs->lcr); in _mtk_serial_setbrg()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Duart.h12 unsigned int lcr; /* Line control register. */ member
/u-boot/arch/arm/include/asm/arch-sunxi/
A Drsb.h25 u32 lcr; /* 0x24 */ member
/u-boot/arch/arm/include/asm/arch-pxa/
A Dregs-uart.h28 uint32_t lcr; member
/u-boot/include/
A Dns16550.h92 UART_REG(lcr); /* 3 */

Completed in 14 milliseconds