Symbol: UART_DLL
arch/powerpc/kernel/udbg_16550.c
114
udbg_uart_out(UART_DLL, dll & 0xff);
arch/powerpc/kernel/udbg_16550.c
135
dll = udbg_uart_in(UART_DLL);
arch/powerpc/platforms/embedded6xx/ls_uart.c
76
out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */
drivers/accessibility/speakup/serialio.c
90
outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */
drivers/media/rc/serial_ir.c
454
soutp(UART_DLL, 1);
drivers/mmc/core/sdio_uart.c
324
sdio_out(port, UART_DLL, quot & 0xff);
drivers/tty/mxser.c
520
outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */
drivers/tty/serial/8250/8250_early.c
147
serial8250_early_out(port, UART_DLL, divisor & 0xff);
drivers/tty/serial/8250/8250_ingenic.c
111
early_out(port, UART_DLL, 0);
drivers/tty/serial/8250/8250_ingenic.c
119
early_out(port, UART_DLL, divisor & 0xff);
drivers/tty/serial/8250/8250_port.c
320
unsigned char dll = serial_in(up, UART_DLL);
drivers/tty/serial/8250/8250_port.c
329
serial_out(up, UART_DLL, value & 0xff);
drivers/tty/serial/8250/8250_port.c
3396
dll = serial_port_in(port, UART_DLL);
drivers/tty/serial/8250/8250_pxa.c
67
serial_out(up, UART_DLL, value & 0xff);
drivers/tty/serial/8250/8250_pxa.c
72
dll = serial_in(up, UART_DLL);
drivers/tty/serial/omap-serial.c
1718
serial_out(up, UART_DLL, up->dll);
drivers/tty/serial/omap-serial.c
871
serial_out(up, UART_DLL, 0);
drivers/tty/serial/omap-serial.c
931
serial_out(up, UART_DLL, up->dll); /* LS of divisor */
drivers/tty/serial/pch_uart.c
330
"DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL));
drivers/tty/serial/pxa.c
493
serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */
drivers/tty/serial/pxa.c
499
dll = serial_in(up, UART_DLL);
drivers/tty/serial/sunsu.c
855
serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */
drivers/usb/serial/ark3116.c
165
ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff);
drivers/usb/serial/ark3116.c
266
ark3116_write_reg(serial, UART_DLL, quot & 0xff);
sound/drivers/serial-u16550.c
379
uart->old_divisor_lsb = inb(uart->base + UART_DLL);
sound/drivers/serial-u16550.c
383
,uart->base + UART_DLL); /* Divisor Latch Low */
sound/drivers/serial-u16550.c
486
,uart->base + UART_DLL); /* Divisor Latch Low */