UART_DLL           58 arch/powerpc/boot/virtex.c 	out_8(reg_base + (UART_DLL << reg_shift), divisor & 0xFF);
UART_DLL          114 arch/powerpc/kernel/udbg_16550.c 	udbg_uart_out(UART_DLL, dll & 0xff);
UART_DLL          135 arch/powerpc/kernel/udbg_16550.c 	dll = udbg_uart_in(UART_DLL);
UART_DLL           75 arch/powerpc/platforms/embedded6xx/ls_uart.c 	out_8(avr_addr + UART_DLL, quot & 0xff);		/* LS of divisor */
UART_DLL          453 drivers/media/rc/serial_ir.c 		soutp(UART_DLL, 1);
UART_DLL          298 drivers/media/rc/sir_ir.c 	outb(1, io + UART_DLL); outb(0, io + UART_DLM);
UART_DLL          339 drivers/mmc/core/sdio_uart.c 	sdio_out(port, UART_DLL, quot & 0xff);
UART_DLL           88 drivers/staging/speakup/serialio.c 	outb(quot & 0xff, ser->port + UART_DLL);	/* LS of divisor */
UART_DLL          615 drivers/tty/mxser.c 	outb(quot & 0xff, info->ioaddr + UART_DLL);	/* LS of divisor */
UART_DLL          129 drivers/tty/serial/8250/8250_early.c 		serial8250_early_out(port, UART_DLL, divisor & 0xff);
UART_DLL          114 drivers/tty/serial/8250/8250_ingenic.c 	early_out(port, UART_DLL, 0);
UART_DLL          122 drivers/tty/serial/8250/8250_ingenic.c 	early_out(port, UART_DLL, divisor & 0xff);
UART_DLL         1363 drivers/tty/serial/8250/8250_pci.c 			serial_port_out(port, UART_DLL, 1);
UART_DLL          317 drivers/tty/serial/8250/8250_port.c 	return serial_in(up, UART_DLL) | serial_in(up, UART_DLM) << 8;
UART_DLL          323 drivers/tty/serial/8250/8250_port.c 	serial_out(up, UART_DLL, value & 0xff);
UART_DLL         3209 drivers/tty/serial/8250/8250_port.c 	dll = serial_port_in(port, UART_DLL);
UART_DLL           69 drivers/tty/serial/8250/8250_pxa.c 	serial_out(up, UART_DLL, value & 0xff);
UART_DLL           74 drivers/tty/serial/8250/8250_pxa.c 	dll = serial_in(up, UART_DLL);
UART_DLL          949 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_DLL, 0);
UART_DLL         1009 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_DLL, up->dll);	/* LS of divisor */
UART_DLL         1833 drivers/tty/serial/omap-serial.c 	serial_out(up, UART_DLL, up->dll);
UART_DLL          340 drivers/tty/serial/pch_uart.c 			"DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL));
UART_DLL          533 drivers/tty/serial/pxa.c 	serial_out(up, UART_DLL, quot & 0xff);		/* LS of divisor */
UART_DLL          539 drivers/tty/serial/pxa.c 	dll = serial_in(up, UART_DLL);
UART_DLL          888 drivers/tty/serial/sunsu.c 	serial_outp(up, UART_DLL, quot & 0xff);		/* LS of divisor */
UART_DLL          572 drivers/tty/serial/vr41xx_siu.c 	siu_write(port, UART_DLL, (uint8_t)quot);
UART_DLL          165 drivers/usb/serial/ark3116.c 	ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff);
UART_DLL          282 drivers/usb/serial/ark3116.c 		ark3116_write_reg(serial, UART_DLL, quot & 0xff);
UART_DLL          386 sound/drivers/serial-u16550.c 		uart->old_divisor_lsb = inb(uart->base + UART_DLL);
UART_DLL          390 sound/drivers/serial-u16550.c 		     ,uart->base + UART_DLL);	/* Divisor Latch Low */
UART_DLL          493 sound/drivers/serial-u16550.c 		     ,uart->base + UART_DLL);	/* Divisor Latch Low */