Searched refs:lcr (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3328/ |
| H A D | rk3328.c | 98 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 D | ns16550.c | 150 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 D | serial_bcm283x_mu.c | 34 u32 lcr; member 67 writel(BCM283X_MU_LCR_DATA_SIZE_8, ®s->lcr); in bcm283x_mu_serial_setbrg()
|
| H A D | serial_pl01x.c | 95 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, ®s->pl011_lcrh); in pl011_set_line_control()
|
| H A D | serial_pxa.c | 74 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 D | ps2ser.c | 55 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 D | uart.h | 13 unsigned int lcr; /* Line control register. */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/ |
| H A D | rsb.h | 27 u32 lcr; /* 0x24 */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-pxa/ |
| H A D | regs-uart.h | 29 uint32_t lcr; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ns16550.h | 69 UART_REG(lcr); /* 3 */
|