COM_LCR           107 bsp/boot/ppc/prep/debug.c 	outb(COM_LCR, 0x80);	/* Access baud rate */
COM_LCR           110 bsp/boot/ppc/prep/debug.c 	outb(COM_LCR, 0x03);	/* N, 8, 1 */
COM_LCR            94 bsp/boot/x86/pc/debug.c 	outb(COM_LCR, 0x80);	/* Access baud rate */
COM_LCR            97 bsp/boot/x86/pc/debug.c 	outb(COM_LCR, 0x03);	/* N, 8, 1 */
COM_LCR           179 bsp/drv/dev/serial/ns16550.c 	bus_write_8(COM_LCR, 0x80);	/* Access baud rate */
COM_LCR           182 bsp/drv/dev/serial/ns16550.c 	bus_write_8(COM_LCR, 0x03);	/* N, 8, 1 */