Symbol: LCR
arch/arm/mach-orion5x/kurobox_pro-setup.c
297
writel(0x83, UART1_REG(LCR));
arch/arm/mach-orion5x/kurobox_pro-setup.c
300
writel(0x1b, UART1_REG(LCR));
arch/arm/mach-orion5x/terastation_pro2-setup.c
275
writel(0x83, UART1_REG(LCR));
arch/arm/mach-orion5x/terastation_pro2-setup.c
278
writel(0x1b, UART1_REG(LCR));
arch/arm/mach-orion5x/tsx09-common.c
32
writel(0x83, UART1_REG(LCR));
arch/arm/mach-orion5x/tsx09-common.c
35
writel(0x03, UART1_REG(LCR));
arch/x86/boot/early_serial_console.c
107
lcr = inb(port + LCR);
arch/x86/boot/early_serial_console.c
108
outb(lcr | DLAB, port + LCR);
arch/x86/boot/early_serial_console.c
111
outb(lcr, port + LCR);
arch/x86/boot/early_serial_console.c
31
outb(0x3, port + LCR); /* 8n1 */
arch/x86/boot/early_serial_console.c
37
c = inb(port + LCR);
arch/x86/boot/early_serial_console.c
38
outb(c | DLAB, port + LCR);
arch/x86/boot/early_serial_console.c
41
outb(c & ~DLAB, port + LCR);
arch/x86/kernel/early_printk.c
138
static_call(serial_out)(early_serial_base, LCR, 0x3); /* 8n1 */
arch/x86/kernel/early_printk.c
143
c = static_call(serial_in)(early_serial_base, LCR);
arch/x86/kernel/early_printk.c
144
static_call(serial_out)(early_serial_base, LCR, c | DLAB);
arch/x86/kernel/early_printk.c
147
static_call(serial_out)(early_serial_base, LCR, c & ~DLAB);
drivers/net/hamradio/baycom_ser_fdx.c
173
outb(0x81, LCR(dev->base_addr)); /* DLAB = 1 */
drivers/net/hamradio/baycom_ser_fdx.c
176
outb(0x01, LCR(dev->base_addr)); /* word length = 6 */
drivers/net/hamradio/baycom_ser_hdx.c
158
outb(0x81, LCR(dev->base_addr)); /* DLAB = 1 */
drivers/net/hamradio/baycom_ser_hdx.c
161
outb(0x01, LCR(dev->base_addr)); /* word length = 6 */
drivers/net/hamradio/yam.c
294
outb(LCR_DLAB | LCR_BIT5, LCR(iobase));
drivers/net/hamradio/yam.c
298
outb(LCR_BIT5, LCR(iobase));
drivers/net/hamradio/yam.c
466
outb(LCR_DLAB | LCR_BIT8, LCR(dev->base_addr));
drivers/net/hamradio/yam.c
469
outb(LCR_BIT8, LCR(dev->base_addr));
drivers/power/reset/qnap-poweroff.c
60
writel(0x83, UART1_REG(LCR));
drivers/power/reset/qnap-poweroff.c
63
writel(0x03, UART1_REG(LCR));
drivers/tty/serial/8250/8250_pci.c
1362
u8 LCR, val;
drivers/tty/serial/8250/8250_pci.c
1364
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1367
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1374
u8 LCR;
drivers/tty/serial/8250/8250_pci.c
1376
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1380
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1386
u8 LCR, val, qmcr;
drivers/tty/serial/8250/8250_pci.c
1388
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1394
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1402
u8 LCR, val;
drivers/tty/serial/8250/8250_pci.c
1404
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1410
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1416
u8 LCR, val;
drivers/tty/serial/8250/8250_pci.c
1418
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1424
outb(LCR, base + UART_LCR);
drivers/tty/serial/men_z135_uart.c
651
lcr = LCR(conf_reg);
drivers/usb/serial/io_edgeport.c
2220
MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, LCR, LCR_DL_ENABLE);
drivers/usb/serial/io_edgeport.c
2227
MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, LCR,
drivers/usb/serial/io_edgeport.c
2301
regNum == LCR) {
drivers/usb/serial/io_edgeport.c
2464
status = send_cmd_write_uart_register(edge_port, LCR,