Symbol: UART_LCR
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/bluetooth/dtl1_cs.c
478
outb(UART_LCR_WLEN8, iobase + 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
224
serial_port_out(p, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_dw.c
225
if (!(serial_port_in(p, UART_LCR) & UART_LCR_DLAB))
drivers/tty/serial/8250/8250_dw.c
229
serial_port_out(p, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_dw.c
247
if (offset != UART_LCR || d->uart_16550_compatible)
drivers/tty/serial/8250/8250_dw.c
250
lcr = serial_port_in(p, UART_LCR);
drivers/tty/serial/8250/8250_dw.c
263
serial_port_out(p, UART_LCR, value);
drivers/tty/serial/8250/8250_dw.c
284
if (offset != UART_LCR || d->uart_16550_compatible)
drivers/tty/serial/8250/8250_dw.c
330
if (offset == UART_LCR)
drivers/tty/serial/8250/8250_dw.c
359
__raw_readq(p->membase + (UART_LCR << p->regshift));
drivers/tty/serial/8250/8250_dw.c
417
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
107
case UART_LCR:
drivers/tty/serial/8250/8250_em.c
118
serial8250_em_serial_out_helper(p, UART_LCR, lcr);
drivers/tty/serial/8250/8250_em.c
135
case UART_LCR:
drivers/tty/serial/8250/8250_em.c
43
case UART_LCR: /* LCR @ 0x10 (+1) */
drivers/tty/serial/8250/8250_em.c
67
case UART_LCR: /* LCR @ 0x10 (+1) */
drivers/tty/serial/8250/8250_em.c
91
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
83
lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_keba.c
86
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_keba.c
97
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_loongson.c
102
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
159
int lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_mtk.c
175
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
177
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
246
int lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_mtk.c
251
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
253
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
254
lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_mtk.c
260
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
263
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
272
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
279
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
287
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_mtk.c
296
serial_out(up, UART_LCR, lcr);
drivers/tty/serial/8250/8250_mtk.c
383
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
387
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_ni.c
169
lcr_value = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_ni.c
170
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_ni.c
178
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
1364
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1365
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1367
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1376
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1377
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1380
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1388
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1389
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1394
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1404
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1405
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1410
outb(LCR, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1418
LCR = inb(base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1419
outb(0xBF, base + UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1422
outb(0x80, UART_LCR);
drivers/tty/serial/8250/8250_pci.c
1424
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
1004
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
1009
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
1014
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
1130
save_lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_port.c
1160
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
1162
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
1183
serial_out(up, UART_LCR, save_lcr);
drivers/tty/serial/8250/8250_port.c
1952
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
2074
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2077
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2079
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2081
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2117
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2126
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2243
serial_port_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
2389
lcr = serial_port_in(port, UART_LCR);
drivers/tty/serial/8250/8250_port.c
2391
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
2530
serial_port_out(port, UART_LCR, 0xe0);
drivers/tty/serial/8250/8250_port.c
2532
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
2727
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2743
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
3250
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
3394
lcr = serial_port_in(port, UART_LCR);
drivers/tty/serial/8250/8250_port.c
3395
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
3398
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
482
p->serial_in(p, UART_LCR); /* safe, no side-effects */
drivers/tty/serial/8250/8250_port.c
688
lcr = serial_in(p, UART_LCR);
drivers/tty/serial/8250/8250_port.c
690
serial_out(p, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
692
serial_out(p, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
696
serial_out(p, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
698
serial_out(p, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
729
old_lcr = serial_in(up, UART_LCR);
drivers/tty/serial/8250/8250_port.c
730
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
736
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
739
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
748
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
750
serial_out(up, UART_LCR, old_lcr);
drivers/tty/serial/8250/8250_port.c
765
old_lcr = serial_in(p, UART_LCR);
drivers/tty/serial/8250/8250_port.c
766
serial_out(p, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
772
serial_out(p, UART_LCR, old_lcr);
drivers/tty/serial/8250/8250_port.c
814
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
816
serial_out(up, UART_LCR, 0x00);
drivers/tty/serial/8250/8250_port.c
927
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
drivers/tty/serial/8250/8250_port.c
934
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
939
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
952
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
965
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
967
serial_out(up, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_port.c
971
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
973
serial_out(up, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_port.c
975
serial_out(up, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
981
serial_out(up, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_port.c
989
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
161
ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);
drivers/usb/serial/ark3116.c
169
ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8);
drivers/usb/serial/ark3116.c
264
ark3116_write_reg(serial, UART_LCR,
drivers/usb/serial/ark3116.c
270
ark3116_write_reg(serial, UART_LCR, lcr);
drivers/usb/serial/ark3116.c
280
ark3116_write_reg(serial, UART_LCR, lcr);
drivers/usb/serial/ark3116.c
450
ret = ark3116_write_reg(port->serial, UART_LCR, priv->lcr);
samples/vfio-mdev/mtty.c
488
case UART_LCR:
samples/vfio-mdev/mtty.c
617
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 */