Searched refs:lcr (Results 1 – 12 of 12) sorted by relevance
/u-boot/arch/arm/mach-rockchip/rk3328/ |
A D | rk3328.c | 85 writel(0x83, &uart->lcr); in board_debug_uart_init() 87 writel(0x3, &uart->lcr); in board_debug_uart_init()
|
/u-boot/drivers/serial/ |
A D | ns16550.c | 219 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 D | serial_bcm283x_mu.c | 33 u32 lcr; member 68 writel(BCM283X_MU_LCR_DATA_SIZE_8, ®s->lcr); in bcm283x_mu_serial_setbrg()
|
A D | serial_omap.c | 79 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 D | serial_pl01x.c | 98 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, ®s->pl011_lcrh); in pl011_set_line_control()
|
A D | serial_mt7620.c | 33 u32 lcr; member 83 writel(UART_LCR_WLS_8, &plat->regs->lcr); in _mt7620_serial_setbrg()
|
A D | serial_pxa.c | 75 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 D | serial_mtk.c | 26 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 D | uart.h | 12 unsigned int lcr; /* Line control register. */ member
|
/u-boot/arch/arm/include/asm/arch-sunxi/ |
A D | rsb.h | 25 u32 lcr; /* 0x24 */ member
|
/u-boot/arch/arm/include/asm/arch-pxa/ |
A D | regs-uart.h | 28 uint32_t lcr; member
|
/u-boot/include/ |
A D | ns16550.h | 92 UART_REG(lcr); /* 3 */
|
Completed in 14 milliseconds