Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3328/
H A Drk3328.c98 writel(0x83, &uart->lcr); in board_debug_uart_init()
100 writel(0x3, &uart->lcr); in board_debug_uart_init()
/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.c150 serial_out(UART_LCR_BKSE | UART_LCRVAL, &com_port->lcr); in NS16550_setbrg()
153 serial_out(UART_LCRVAL, &com_port->lcr); in NS16550_setbrg()
267 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
270 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
387 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_setbrg()
390 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_setbrg()
415 serial_dout(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL); in _debug_uart_init()
418 serial_dout(&com_port->lcr, UART_LCRVAL); in _debug_uart_init()
H A Dserial_bcm283x_mu.c34 u32 lcr; member
67 writel(BCM283X_MU_LCR_DATA_SIZE_8, &regs->lcr); in bcm283x_mu_serial_setbrg()
H A Dserial_pl01x.c95 unsigned int lcr; in pl011_set_line_control() local
100 lcr = UART_PL011_LCRH_WLEN_8 | UART_PL011_LCRH_FEN; in pl011_set_line_control()
101 writel(lcr, &regs->pl011_lcrh); in pl011_set_line_control()
H A Dserial_pxa.c74 writel(LCR_WLS0 | LCR_WLS1 | LCR_DLAB, &uart_regs->lcr); in pxa_setbrg_common()
77 writel(LCR_WLS0 | LCR_WLS1, &uart_regs->lcr); in pxa_setbrg_common()
/rk3399_rockchip-uboot/drivers/input/
H A Dps2ser.c55 com_port->lcr = UART_LCR_BKSE | UART_LCR_8N1; in ps2ser_init()
58 com_port->lcr = UART_LCR_8N1; in ps2ser_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Duart.h13 unsigned int lcr; /* Line control register. */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Drsb.h27 u32 lcr; /* 0x24 */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/
H A Dregs-uart.h29 uint32_t lcr; member
/rk3399_rockchip-uboot/include/
H A Dns16550.h69 UART_REG(lcr); /* 3 */