LCR               137 arch/x86/kernel/early_printk.c 	outb(0x3, early_serial_base + LCR);	/* 8n1 */
LCR               149 arch/x86/kernel/early_printk.c 	c = inb(early_serial_base + LCR);
LCR               150 arch/x86/kernel/early_printk.c 	outb(c | DLAB, early_serial_base + LCR);
LCR               153 arch/x86/kernel/early_printk.c 	outb(c & ~DLAB, early_serial_base + LCR);
LCR                69 include/linux/serialP.h 	int			LCR; 	/* Line control register */