Searched refs:UART_DLL (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dns16550.c20 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-master/drivers/tty/serial/8250/
H A D8250_pxa.c67 serial_out(up, UART_DLL, value & 0xff);
72 dll = serial_in(up, UART_DLL);
H A D8250_early.c141 serial8250_early_out(port, UART_DLL, divisor & 0xff);
H A D8250_ingenic.c111 early_out(port, UART_DLL, 0);
119 early_out(port, UART_DLL, divisor & 0xff);
H A D8250_port.c328 unsigned char dll = serial_in(up, UART_DLL);
337 serial_out(up, UART_DLL, value & 0xff);
3435 dll = serial_port_in(port, UART_DLL);
/linux-master/arch/powerpc/kernel/
H A Dudbg_16550.c27 #define UART_DLL UART_RBR macro
114 udbg_uart_out(UART_DLL, dll & 0xff);
135 dll = udbg_uart_in(UART_DLL);
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c76 out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h67 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
/linux-master/drivers/accessibility/speakup/
H A Dserialio.c90 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */
/linux-master/include/uapi/linux/
H A Dserial_reg.h166 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-master/drivers/usb/serial/
H A Dark3116.c165 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff);
260 * shadowed by UART_DLL
266 ark3116_write_reg(serial, UART_DLL, quot & 0xff);
/linux-master/sound/drivers/
H A Dserial-u16550.c383 uart->old_divisor_lsb = inb(uart->base + UART_DLL);
387 ,uart->base + UART_DLL); /* Divisor Latch Low */
490 ,uart->base + UART_DLL); /* Divisor Latch Low */
/linux-master/drivers/tty/serial/
H A Dpxa.c493 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */
499 dll = serial_in(up, UART_DLL);
H A Domap-serial.c871 serial_out(up, UART_DLL, 0);
931 serial_out(up, UART_DLL, up->dll); /* LS of divisor */
1719 serial_out(up, UART_DLL, up->dll);
H A Dsunsu.c878 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */
H A Dpch_uart.c330 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL));
/linux-master/drivers/media/rc/
H A Dserial_ir.c453 soutp(UART_DLL, 1);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c324 sdio_out(port, UART_DLL, quot & 0xff);
/linux-master/arch/openrisc/kernel/
H A Dhead.S1527 l.sb UART_DLL(r3),r4
/linux-master/drivers/tty/
H A Dmxser.c528 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */

Completed in 478 milliseconds