UART_DLM           59 arch/powerpc/boot/virtex.c 	out_8(reg_base + (UART_DLM << reg_shift), divisor >> 8);
UART_DLM          115 arch/powerpc/kernel/udbg_16550.c 	udbg_uart_out(UART_DLM, dll >> 8);
UART_DLM          136 arch/powerpc/kernel/udbg_16550.c 	dlm = udbg_uart_in(UART_DLM);
UART_DLM           76 arch/powerpc/platforms/embedded6xx/ls_uart.c 	out_8(avr_addr + UART_DLM, quot >> 8);			/* MS of divisor */
UART_DLM          452 drivers/media/rc/serial_ir.c 		soutp(UART_DLM, 0);
UART_DLM          298 drivers/media/rc/sir_ir.c 	outb(1, io + UART_DLL); outb(0, io + UART_DLM);
UART_DLM          340 drivers/mmc/core/sdio_uart.c 	sdio_out(port, UART_DLM, quot >> 8);
UART_DLM           89 drivers/staging/speakup/serialio.c 	outb(quot >> 8, ser->port + UART_DLM);		/* MS of divisor */
UART_DLM          616 drivers/tty/mxser.c 	outb(quot >> 8, info->ioaddr + UART_DLM);	/* MS of divisor */
UART_DLM          130 drivers/tty/serial/8250/8250_early.c 		serial8250_early_out(port, UART_DLM, (divisor >> 8) & 0xff);
UART_DLM          115 drivers/tty/serial/8250/8250_ingenic.c 	early_out(port, UART_DLM, 0);
UART_DLM          123 drivers/tty/serial/8250/8250_ingenic.c 	early_out(port, UART_DLM, (divisor >> 8) & 0xff);
UART_DLM         1364 drivers/tty/serial/8250/8250_pci.c 			serial_port_out(port, UART_DLM, 0);
UART_DLM          317 drivers/tty/serial/8250/8250_port.c 	return serial_in(up, UART_DLL) | serial_in(up, UART_DLM) << 8;
UART_DLM          324 drivers/tty/serial/8250/8250_port.c 	serial_out(up, UART_DLM, value >> 8 & 0xff);
UART_DLM         3210 drivers/tty/serial/8250/8250_port.c 	dlm = serial_port_in(port, UART_DLM);
UART_DLM           77 drivers/tty/serial/8250/8250_pxa.c 	serial_out(up, UART_DLM, value >> 8 & 0xff);
UART_DLM          950 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_DLM, 0);
UART_DLM         1010 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_DLM, up->dlh);	/* MS of divisor */
UART_DLM         1834 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_DLM, up->dlh);
UART_DLM          342 drivers/tty/serial/pch_uart.c 			"DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM));
UART_DLM          542 drivers/tty/serial/pxa.c 	serial_out(up, UART_DLM, quot >> 8);		/* MS of divisor */
UART_DLM          889 drivers/tty/serial/sunsu.c 	serial_outp(up, UART_DLM, quot >> 8);		/* MS of divisor */
UART_DLM          573 drivers/tty/serial/vr41xx_siu.c 	siu_write(port, UART_DLM, (uint8_t)(quot >> 8));
UART_DLM          166 drivers/usb/serial/ark3116.c 	ark3116_write_reg(serial, UART_DLM, (priv->quot>>8) & 0xff);
UART_DLM          283 drivers/usb/serial/ark3116.c 		ark3116_write_reg(serial, UART_DLM, (quot>>8) & 0xff);
UART_DLM          387 sound/drivers/serial-u16550.c 		uart->old_divisor_msb = inb(uart->base + UART_DLM);
UART_DLM          392 sound/drivers/serial-u16550.c 		     ,uart->base + UART_DLM);	/* Divisor Latch High */
UART_DLM          495 sound/drivers/serial-u16550.c 		     ,uart->base + UART_DLM);	/* Divisor Latch High */