| /Linux-v5.4/arch/powerpc/boot/ | 
| D | virtex.c | 22 #define UART_LCR_DLAB		0x80 	/* Divisor latch access bit */  macro55 	out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_DLAB);  in virtex_ns16550_console_init()
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | serial_reg.h | 103 #define UART_LCR_DLAB		0x80 /* Divisor latch access bit */  macro118 #define UART_LCR_CONF_MODE_A	UART_LCR_DLAB	/* Configutation mode A */
 
 | 
| /Linux-v5.4/drivers/tty/serial/8250/ | 
| D | 8250_early.c | 128 		serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB);  in init_port()131 		serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB);  in init_port()
 
 | 
| D | 8250_ingenic.c | 113 	early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);  in ingenic_early_console_setup()121 	early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);  in ingenic_early_console_setup()
 
 | 
| D | 8250_uniphier.c | 111 		value &= ~UART_LCR_DLAB;  in uniphier_serial_out()
 | 
| D | 8250_mtk.c | 342 	serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);  in mtk8250_set_termios()
 | 
| D | 8250_port.c | 2519 		serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);  in serial8250_do_set_divisor()3204 	serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);  in probe_baud()
 
 | 
| /Linux-v5.4/drivers/media/rc/ | 
| D | serial_ir.c | 422 	soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));  in hardware_init_port()450 		soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);  in hardware_init_port()
 610 	soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));  in serial_ir_open()
 626 	soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));  in serial_ir_close()
 689 	soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));  in serial_ir_suspend()
 
 | 
| D | sir_ir.c | 297 	outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR);  in init_hardware()
 | 
| /Linux-v5.4/arch/powerpc/platforms/embedded6xx/ | 
| D | ls_uart.c | 74 	out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB);	/* set DLAB */  in avr_uart_configure()
 | 
| /Linux-v5.4/drivers/usb/serial/ | 
| D | ark3116.c | 161 	ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);  in ark3116_port_probe()281 				  lcr|UART_LCR_DLAB);  in ark3116_set_termios()
 
 | 
| D | f81232.c | 457 			 lcr | UART_LCR_DLAB); /* Enable DLAB */  in f81232_set_baudrate()481 			lcr & ~UART_LCR_DLAB);  in f81232_set_baudrate()
 
 | 
| D | mos7720.c | 1388 	mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;  in set_higher_rates()1393 	mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;  in set_higher_rates()
 1502 	mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;  in send_cmd_write_baud_rate()
 1511 	mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;  in send_cmd_write_baud_rate()
 
 | 
| D | f81534.c | 622 	value = UART_LCR_DLAB;  in f81534_set_port_config()
 | 
| /Linux-v5.4/drivers/staging/speakup/ | 
| D | serialio.c | 87 	outb(cval | UART_LCR_DLAB, ser->port + UART_LCR);	/* set DLAB */  in spk_serial_init()
 | 
| /Linux-v5.4/sound/drivers/ | 
| D | serial-u16550.c | 384 		outb(UART_LCR_DLAB	/* Divisor latch access bit */  in snd_uart16550_do_open()490 		outb(UART_LCR_DLAB		/* Divisor latch access bit */  in snd_uart16550_do_close()
 
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | sunsu.c | 887 	serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */  in sunsu_change_speed()1119 		serial_outp(up, UART_LCR, UART_LCR_DLAB);  in sunsu_autoconfig()
 1130 		serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB);  in sunsu_autoconfig()
 
 | 
| D | serial-tegra.c | 411 	lcr |= UART_LCR_DLAB;  in tegra_set_baudrate()417 	lcr &= ~UART_LCR_DLAB;  in tegra_set_baudrate()
 
 | 
| D | vr41xx_siu.c | 570 	siu_write(port, UART_LCR, lcr | UART_LCR_DLAB);  in siu_set_termios()
 | 
| D | pxa.c | 532 	serial_out(up, UART_LCR, cval | UART_LCR_DLAB);	/* set DLAB */  in serial_pxa_set_termios()
 | 
| /Linux-v5.4/drivers/tty/serial/jsm/ | 
| D | jsm_cls.c | 764 		writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr);  in cls_param()
 | 
| D | jsm_neo.c | 1031 		writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr);  in neo_param()
 | 
| /Linux-v5.4/drivers/tty/ | 
| D | mxser.c | 613 	outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR);	/* set DLAB */  in mxser_set_baud()2519 	scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB);  in mxser_get_ISA_conf()
 2520 	outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR);  in mxser_get_ISA_conf()
 
 | 
| /Linux-v5.4/drivers/mmc/core/ | 
| D | sdio_uart.c | 338 	sdio_out(port, UART_LCR, cval | UART_LCR_DLAB);  in sdio_uart_change_speed()
 | 
| /Linux-v5.4/samples/vfio-mdev/ | 
| D | mtty.c | 416 		if (data & UART_LCR_DLAB) {  in handle_bar_write()
 |