/linux-4.4.14/arch/frv/kernel/ |
D | gdb-io.h | 19 #undef UART_DLL 32 #define UART_DLL 0*8 /* Out: Divisor Latch Low (DLAB=1) */ macro
|
/linux-4.4.14/drivers/tty/serial/ |
D | m32r_sio_reg.h | 35 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro 76 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
|
D | pxa.c | 538 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_pxa_set_termios() 544 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
|
D | omap-serial.c | 953 serial_out(up, UART_DLL, 0); in serial_omap_set_termios() 1013 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios() 1784 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
|
D | vr41xx_siu.c | 585 siu_write(port, UART_DLL, (uint8_t)quot); in siu_set_termios()
|
D | sunsu.c | 887 serial_outp(up, UART_DLL, quot & 0xff); /* LS of divisor */ in sunsu_change_speed()
|
D | pch_uart.c | 357 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | virtex.c | 16 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro 61 out_8(reg_base + (UART_DLL << reg_shift), divisor & 0xFF); in virtex_ns16550_console_init()
|
D | ns16550.c | 18 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | udbg_16550.c | 31 #define UART_DLL UART_RBR macro 118 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup() 139 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_sir.c | 568 soutp(UART_DLL, 12); in init_hardware() 607 soutp(UART_DLL, 1); in init_hardware() 619 outb(1, io + UART_DLL); outb(0, io + UART_DLM); in init_hardware() 771 soutp(UART_DLL, 12); in init_act200() 813 soutp(UART_DLL, 1); in init_act200() 841 soutp(UART_DLL, 12); in init_act220() 874 soutp(UART_DLL, 1); in init_act220()
|
D | lirc_serial.c | 705 soutp(UART_DLL, 1); in hardware_init_port()
|
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/ |
D | serial.h | 67 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 4, u8) 82 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT1_BASE_ADDRESS + UART_DLL * 4, u8)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | smc37c93x.h | 66 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
|
/linux-4.4.14/arch/mn10300/unit-asb2364/include/unit/ |
D | serial.h | 64 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 2, u8)
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 114 early_out(port, UART_DLL, 0); in ingenic_early_console_setup() 122 early_out(port, UART_DLL, divisor & 0xff); in ingenic_early_console_setup()
|
D | 8250_early.c | 131 serial8250_early_out(port, UART_DLL, divisor & 0xff); in init_port()
|
D | 8250_port.c | 277 return serial_in(up, UART_DLL) | serial_in(up, UART_DLM) << 8; in default_serial_dl_read() 283 serial_out(up, UART_DLL, value & 0xff); in default_serial_dl_write() 2900 dll = serial_port_in(port, UART_DLL); in probe_baud()
|
/linux-4.4.14/arch/mn10300/unit-asb2305/include/unit/ |
D | serial.h | 58 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 4, u8)
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
D | ls_uart.c | 75 out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */ in avr_uart_configure()
|
/linux-4.4.14/include/uapi/linux/ |
D | serial_reg.h | 158 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
/linux-4.4.14/drivers/staging/speakup/ |
D | serialio.c | 68 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
|
/linux-4.4.14/sound/drivers/ |
D | serial-u16550.c | 399 uart->old_divisor_lsb = inb(uart->base + UART_DLL); in snd_uart16550_do_open() 403 ,uart->base + UART_DLL); /* Divisor Latch Low */ in snd_uart16550_do_open() 506 ,uart->base + UART_DLL); /* Divisor Latch Low */ in snd_uart16550_do_close()
|
/linux-4.4.14/drivers/usb/serial/ |
D | ark3116.c | 178 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff); in ark3116_port_probe() 307 ark3116_write_reg(serial, UART_DLL, quot & 0xff); in ark3116_set_termios()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btuart_cs.c | 382 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
|
/linux-4.4.14/arch/blackfin/mach-bf533/include/mach/ |
D | cdefBF532.h | 488 #define bfin_read_UART_DLL() bfin_read16(UART_DLL) 489 #define bfin_write_UART_DLL(val) bfin_write16(UART_DLL,val)
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | elsa_ser.c | 136 serial_outp(cs, UART_DLL, quot & 0xff); /* LS of divisor */ in change_speed()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 345 sdio_out(port, UART_DLL, quot & 0xff); in sdio_uart_change_speed()
|
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ |
D | cdefBF561.h | 117 #define bfin_read_UART_DLL() bfin_read16(UART_DLL) 118 #define bfin_write_UART_DLL(val) bfin_write16(UART_DLL,val)
|
/linux-4.4.14/drivers/net/irda/ |
D | ali-ircc.c | 1081 outb(divisor & 0xff, iobase+UART_DLL); /* Set speed */ in ali_ircc_sir_change_speed()
|
D | smsc-ircc2.c | 1166 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in smsc_ircc_set_sir_speed()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | head.S | 1568 l.sb UART_DLL(r3),r4
|
/linux-4.4.14/drivers/tty/ |
D | mxser.c | 612 outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */ in mxser_set_baud()
|