Searched refs:UART_DLL (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pxa.c | 67 serial_out(up, UART_DLL, value & 0xff); in serial_pxa_dl_write() 72 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
|
| H A D | 8250_ingenic.c | 111 early_out(port, UART_DLL, 0); in ingenic_earlycon_setup_tail() 119 early_out(port, UART_DLL, divisor & 0xff); in ingenic_earlycon_setup_tail()
|
| H A D | 8250_early.c | 147 serial8250_early_out(port, UART_DLL, divisor & 0xff); in init_port()
|
| /linux/arch/powerpc/boot/ |
| H A D | ns16550.c | 20 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
| /linux/arch/sh/include/asm/ |
| H A D | smc37c93x.h | 67 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | ls_uart.c | 76 out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */ in avr_uart_configure()
|
| /linux/include/uapi/linux/ |
| H A D | serial_reg.h | 166 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
| /linux/drivers/accessibility/speakup/ |
| H A D | serialio.c | 90 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
|
| /linux/drivers/media/rc/ |
| H A D | serial_ir.c | 454 soutp(UART_DLL, 1); in hardware_init_port()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_uart.c | 324 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
|