arch/powerpc/kernel/udbg_16550.c
110
udbg_uart_out(UART_LCR, 0x00);
arch/powerpc/kernel/udbg_16550.c
113
udbg_uart_out(UART_LCR, LCR_DLAB);
arch/powerpc/kernel/udbg_16550.c
117
udbg_uart_out(UART_LCR, 0x3);
arch/powerpc/kernel/udbg_16550.c
129
old_lcr = udbg_uart_in(UART_LCR);
arch/powerpc/kernel/udbg_16550.c
132
udbg_uart_out(UART_LCR, old_lcr | LCR_DLAB);
arch/powerpc/kernel/udbg_16550.c
146
udbg_uart_out(UART_LCR, old_lcr);
arch/powerpc/kernel/udbg_16550.c
29
#define UART_DLAB UART_LCR
arch/powerpc/platforms/embedded6xx/ls_uart.c
67
out_8(avr_addr + UART_LCR, cval); /* initialise UART */
arch/powerpc/platforms/embedded6xx/ls_uart.c
73
out_8(avr_addr + UART_LCR, cval); /* Set character format */
arch/powerpc/platforms/embedded6xx/ls_uart.c
75
out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
arch/powerpc/platforms/embedded6xx/ls_uart.c
78
out_8(avr_addr + UART_LCR, cval); /* reset DLAB */
drivers/accessibility/speakup/serialio.c
89
outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */
drivers/accessibility/speakup/serialio.c
92
outb(cval, ser->port + UART_LCR); /* reset DLAB */
drivers/media/rc/serial_ir.c
423
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/media/rc/serial_ir.c
451
soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
drivers/media/rc/serial_ir.c
456
soutp(UART_LCR, UART_LCR_WLEN7);
drivers/media/rc/serial_ir.c
611
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/media/rc/serial_ir.c
627
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/media/rc/serial_ir.c
690
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/mmc/core/sdio_uart.c
323
sdio_out(port, UART_LCR, cval | UART_LCR_DLAB);
drivers/mmc/core/sdio_uart.c
326
sdio_out(port, UART_LCR, cval);
drivers/mmc/core/sdio_uart.c
620
sdio_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/mmc/core/sdio_uart.c
680
sdio_out(port, UART_LCR, port->lcr);
drivers/mmc/core/sdio_uart.c
909
sdio_out(port, UART_LCR, port->lcr);
drivers/tty/mxser.c
1419
lcr = inb(info->ioaddr + UART_LCR);
drivers/tty/mxser.c
1424
outb(lcr, info->ioaddr + UART_LCR);
drivers/tty/mxser.c
299
oldlcr = inb(baseio + UART_LCR);
drivers/tty/mxser.c
300
outb(MOXA_MUST_ENTER_ENHANCED, baseio + UART_LCR);
drivers/tty/mxser.c
309
outb(oldlcr, baseio + UART_LCR);
drivers/tty/mxser.c
324
outb(oldlcr, baseio + UART_LCR);
drivers/tty/mxser.c
331
outb(oldlcr, baseio + UART_LCR);
drivers/tty/mxser.c
340
outb(oldlcr, info->ioaddr + UART_LCR);
drivers/tty/mxser.c
347
outb(oldlcr, baseio + UART_LCR);
drivers/tty/mxser.c
354
outb(oldlcr, baseio + UART_LCR);
drivers/tty/mxser.c
393
outb(0, io + UART_LCR);
drivers/tty/mxser.c
516
cval = inb(info->ioaddr + UART_LCR);
drivers/tty/mxser.c
518
outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */
drivers/tty/mxser.c
522
outb(cval, info->ioaddr + UART_LCR); /* reset DLAB */
drivers/tty/mxser.c
675
outb(cval, info->ioaddr + UART_LCR);
drivers/tty/mxser.c
770
outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */
drivers/tty/serial/8250/8250_core.c
615
serial_port_out(port, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_core.c
619
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_dw.c
198
serial_port_out(p, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_dw.c
199
if (!(serial_port_in(p, UART_LCR) & UART_LCR_DLAB))
drivers/tty/serial/8250/8250_dw.c
203
serial_port_out(p, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_dw.c
221
if (offset != UART_LCR || d->uart_16550_compatible)
drivers/tty/serial/8250/8250_dw.c
224
lcr = serial_port_in(p, UART_LCR);
drivers/tty/serial/8250/8250_dw.c
237
serial_port_out(p, UART_LCR, value);
drivers/tty/serial/8250/8250_dw.c
258
if (offset != UART_LCR || d->uart_16550_compatible)
drivers/tty/serial/8250/8250_dw.c
304
if (offset == UART_LCR)
drivers/tty/serial/8250/8250_dw.c
333
__raw_readq(p->membase + (UART_LCR << p->regshift));
drivers/tty/serial/8250/8250_dw.c
391
serial_port_in(p, UART_LCR); /* safe, no side-effects */
drivers/tty/serial/8250/8250_early.c
137
serial8250_early_out(port, UART_LCR, UART_LCR_WLEN8); /* 8n1 */
drivers/tty/serial/8250/8250_early.c
145
c = serial8250_early_in(port, UART_LCR);
drivers/tty/serial/8250/8250_early.c
146
serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_early.c
149
serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB);
drivers/tty/serial/8250/8250_em.c
106
case UART_LCR:
drivers/tty/serial/8250/8250_em.c
117
serial8250_em_serial_out_helper(p, UART_LCR, lcr);
drivers/tty/serial/8250/8250_em.c
134
case UART_LCR:
drivers/tty/serial/8250/8250_em.c
42
case UART_LCR: /* LCR @ 0x10 (+1) */
drivers/tty/serial/8250/8250_em.c
66
case UART_LCR: /* LCR @ 0x10 (+1) */
drivers/tty/serial/8250/8250_em.c
90
lcr = serial8250_em_serial_in(p, UART_LCR);
drivers/tty/serial/8250/8250_exar.c
1211
old_lcr = readb(p + UART_LCR);
drivers/tty/serial/8250/8250_exar.c
1222
writeb(old_lcr | UART_LCR_DLAB, p + UART_LCR);
drivers/tty/serial/8250/8250_exar.c
1229
writeb(old_lcr, p + UART_LCR);
drivers/tty/serial/8250/8250_ingenic.c
110
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
113
early_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
118
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
121
early_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_keba.c
82
lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_keba.c
85
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_keba.c
96
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_loongson.c
101
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
160
int lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_mtk.c
176
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
178
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
247
int lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_mtk.c
252
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
254
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
255
lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_mtk.c
261
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
264
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
273
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
280
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
288
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
297
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
384
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
388
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_ni.c
168
lcr_value = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_ni.c
169
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_ni.c
177
serial_out(up, UART_LCR, lcr_value);
drivers/tty/serial/8250/8250_omap.c
196
lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_omap.c
197
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
203
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_omap.c
316
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
319
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_omap.c
325
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
333
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_omap.c
340
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
346
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
350
serial_out(up, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_omap.c
540
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
543
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_omap.c
546
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_omap.c
548
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_omap.c
728
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_omap.c
799
serial_out(up, UART_LCR, up->lcr & ~UART_LCR_SBC);
drivers/tty/serial/8250/8250_pci.c
1365
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1366
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1368
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1377
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1378
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1381
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1389
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1390
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1395
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1405
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1406
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1411
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1419
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1420
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1423
outb(0x80, UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1425
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pericom.c
74
int lcr = serial_port_in(port, UART_LCR);
drivers/tty/serial/8250/8250_pericom.c
76
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_pericom.c
79
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
1006
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
1011
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
1016
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
1132
save_lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_port.c
1162
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
1164
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
1185
serial_out(up, UART_LCR, save_lcr);
drivers/tty/serial/8250/8250_port.c
1964
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
2096
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2099
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2101
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2103
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2139
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2148
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2265
serial_port_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
2411
lcr = serial_port_in(port, UART_LCR);
drivers/tty/serial/8250/8250_port.c
2413
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
2552
serial_port_out(port, UART_LCR, 0xe0);
drivers/tty/serial/8250/8250_port.c
2554
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
2749
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2765
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
3278
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
3422
lcr = serial_port_in(port, UART_LCR);
drivers/tty/serial/8250/8250_port.c
3423
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
3426
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
484
p->serial_in(p, UART_LCR); /* safe, no side-effects */
drivers/tty/serial/8250/8250_port.c
690
lcr = serial_in(p, UART_LCR);
drivers/tty/serial/8250/8250_port.c
692
serial_out(p, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
694
serial_out(p, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
698
serial_out(p, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
700
serial_out(p, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
731
old_lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_port.c
732
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
738
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
741
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
750
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
752
serial_out(up, UART_LCR, old_lcr);
drivers/tty/serial/8250/8250_port.c
767
old_lcr = serial_in(p, UART_LCR);
drivers/tty/serial/8250/8250_port.c
768
serial_out(p, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
774
serial_out(p, UART_LCR, old_lcr);
drivers/tty/serial/8250/8250_port.c
816
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
818
serial_out(up, UART_LCR, 0x00);
drivers/tty/serial/8250/8250_port.c
929
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
936
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
941
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
954
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
967
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
969
serial_out(up, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_port.c
973
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
975
serial_out(up, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_port.c
977
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
983
serial_out(up, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_port.c
991
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_rt288x.c
22
[UART_LCR] = 5,
drivers/tty/serial/8250/8250_rt288x.c
32
[UART_LCR] = 5,
drivers/tty/serial/8250/8250_uniphier.c
108
case UART_LCR:
drivers/tty/serial/8250/8250_uniphier.c
76
case UART_LCR:
drivers/tty/serial/omap-serial.c
1010
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
1012
serial_out(up, UART_LCR, up->lcr);
drivers/tty/serial/omap-serial.c
1029
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
1032
serial_out(up, UART_LCR, 0);
drivers/tty/serial/omap-serial.c
1035
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
1037
serial_out(up, UART_LCR, 0);
drivers/tty/serial/omap-serial.c
1713
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); /* Config B mode */
drivers/tty/serial/omap-serial.c
1715
serial_out(up, UART_LCR, 0x0); /* Operational mode */
drivers/tty/serial/omap-serial.c
1717
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); /* Config B mode */
drivers/tty/serial/omap-serial.c
1720
serial_out(up, UART_LCR, 0x0); /* Operational mode */
drivers/tty/serial/omap-serial.c
1723
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/omap-serial.c
1725
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); /* Config B mode */
drivers/tty/serial/omap-serial.c
1728
serial_out(up, UART_LCR, up->lcr);
drivers/tty/serial/omap-serial.c
634
lcr = serial_in(up, UART_LCR);
drivers/tty/serial/omap-serial.c
635
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
641
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/omap-serial.c
655
serial_out(up, UART_LCR, up->lcr);
drivers/tty/serial/omap-serial.c
703
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/omap-serial.c
753
serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC);
drivers/tty/serial/omap-serial.c
860
serial_out(up, UART_LCR, cval); /* reset DLAB */
drivers/tty/serial/omap-serial.c
870
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/omap-serial.c
873
serial_out(up, UART_LCR, 0);
drivers/tty/serial/omap-serial.c
875
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
881
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/omap-serial.c
906
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
911
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/omap-serial.c
913
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
915
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/omap-serial.c
924
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
927
serial_out(up, UART_LCR, 0);
drivers/tty/serial/omap-serial.c
929
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
934
serial_out(up, UART_LCR, 0);
drivers/tty/serial/omap-serial.c
936
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
939
serial_out(up, UART_LCR, cval);
drivers/tty/serial/omap-serial.c
952
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/omap-serial.c
960
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/pch_uart.c
316
"LCR: \t0x%02x\n", ioread8(priv->membase + UART_LCR));
drivers/tty/serial/pch_uart.c
327
lcr = ioread8(priv->membase + UART_LCR);
drivers/tty/serial/pch_uart.c
328
iowrite8(PCH_UART_LCR_DLAB, priv->membase + UART_LCR);
drivers/tty/serial/pch_uart.c
333
iowrite8(lcr, priv->membase + UART_LCR);
drivers/tty/serial/pch_uart.c
464
iowrite8(PCH_UART_LCR_DLAB, priv->membase + UART_LCR);
drivers/tty/serial/pch_uart.c
467
iowrite8(lcr, priv->membase + UART_LCR);
drivers/tty/serial/pch_uart.c
590
lcr = ioread8(priv->membase + UART_LCR);
drivers/tty/serial/pch_uart.c
596
iowrite8(lcr, priv->membase + UART_LCR);
drivers/tty/serial/pxa.c
303
serial_out(up, UART_LCR, up->lcr);
drivers/tty/serial/pxa.c
347
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/pxa.c
394
serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC);
drivers/tty/serial/pxa.c
492
serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
drivers/tty/serial/pxa.c
503
serial_out(up, UART_LCR, cval); /* reset DLAB */
drivers/tty/serial/serial-tegra.c
1341
tegra_uart_write(tup, lcr, UART_LCR);
drivers/tty/serial/serial-tegra.c
261
tegra_uart_write(tup, lcr, UART_LCR);
drivers/tty/serial/serial-tegra.c
417
tegra_uart_write(tup, lcr, UART_LCR);
drivers/tty/serial/serial-tegra.c
423
tegra_uart_write(tup, lcr, UART_LCR);
drivers/tty/serial/sunsu.c
1047
save_lcr = serial_in(up, UART_LCR);
drivers/tty/serial/sunsu.c
1065
serial_out(up, UART_LCR, 0xBF); /* set up for StarTech test */
drivers/tty/serial/sunsu.c
1067
serial_out(up, UART_LCR, 0);
drivers/tty/serial/sunsu.c
1086
serial_out(up, UART_LCR, UART_LCR_DLAB);
drivers/tty/serial/sunsu.c
1090
serial_out(up, UART_LCR, 0xBF);
drivers/tty/serial/sunsu.c
1097
serial_out(up, UART_LCR, save_lcr | UART_LCR_DLAB);
drivers/tty/serial/sunsu.c
1109
serial_out(up, UART_LCR, 0);
drivers/tty/serial/sunsu.c
1118
serial_out(up, UART_LCR, save_lcr);
drivers/tty/serial/sunsu.c
584
serial_out(up, UART_LCR, up->lcr);
drivers/tty/serial/sunsu.c
598
serial_out(up, UART_LCR, 0xBF);
drivers/tty/serial/sunsu.c
601
serial_out(up, UART_LCR, 0);
drivers/tty/serial/sunsu.c
603
serial_out(up, UART_LCR, 0xBF);
drivers/tty/serial/sunsu.c
605
serial_out(up, UART_LCR, 0);
drivers/tty/serial/sunsu.c
661
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/sunsu.c
725
serial_out(up, UART_LCR, serial_in(up, UART_LCR) & ~UART_LCR_SBC);
drivers/tty/serial/sunsu.c
851
serial_out(up, UART_LCR, 0xBF);
drivers/tty/serial/sunsu.c
854
serial_out(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
drivers/tty/serial/sunsu.c
859
serial_out(up, UART_LCR, cval); /* reset DLAB */
drivers/usb/serial/ark3116.c
160
ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);
drivers/usb/serial/ark3116.c
168
ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8);
drivers/usb/serial/ark3116.c
263
ark3116_write_reg(serial, UART_LCR,
drivers/usb/serial/ark3116.c
269
ark3116_write_reg(serial, UART_LCR, lcr);
drivers/usb/serial/ark3116.c
279
ark3116_write_reg(serial, UART_LCR, lcr);
drivers/usb/serial/ark3116.c
449
ret = ark3116_write_reg(port->serial, UART_LCR, priv->lcr);
samples/vfio-mdev/mtty.c
491
case UART_LCR:
samples/vfio-mdev/mtty.c
620
case UART_LCR:
sound/drivers/serial-u16550.c
329
outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */
sound/drivers/serial-u16550.c
376
uart->old_line_ctrl_reg = inb(uart->base + UART_LCR);
sound/drivers/serial-u16550.c
378
,uart->base + UART_LCR); /* Line Control Register */
sound/drivers/serial-u16550.c
393
,uart->base + UART_LCR); /* Line Control Register */
sound/drivers/serial-u16550.c
484
,uart->base + UART_LCR); /* Line Control Register */
sound/drivers/serial-u16550.c
491
,uart->base + UART_LCR); /* Line Control Register */