/linux-2.6.39/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-2.6.39/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 | 8250_early.c | 124 dll = serial_in(port, UART_DLL); in probe_baud() 146 serial_out(port, UART_DLL, divisor & 0xff); in init_port()
|
D | pxa.c | 540 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_pxa_set_termios() 546 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
|
D | 8250.c | 590 return serial_inp(up, UART_DLL) | serial_inp(up, UART_DLM) << 8; in _serial_dl_read() 596 serial_outp(up, UART_DLL, value & 0xff); in _serial_dl_write() 814 old_dll = serial_inp(p, UART_DLL); in autoconfig_read_divisor_id() 817 serial_outp(p, UART_DLL, 0); in autoconfig_read_divisor_id() 820 id = serial_inp(p, UART_DLL) | serial_inp(p, UART_DLM) << 8; in autoconfig_read_divisor_id() 822 serial_outp(p, UART_DLL, old_dll); in autoconfig_read_divisor_id()
|
D | omap-serial.c | 734 serial_out(up, UART_DLL, 0); in serial_omap_set_termios() 772 serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */ in serial_omap_set_termios()
|
/linux-2.6.39/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-2.6.39/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-2.6.39/drivers/staging/lirc/ |
D | lirc_sir.c | 861 soutp(UART_DLL, 12); in init_hardware() 901 soutp(UART_DLL, 1); in init_hardware() 913 outb(1, io + UART_DLL); outb(0, io + UART_DLM); in init_hardware() 1098 soutp(UART_DLL, 12); in init_act200() 1140 soutp(UART_DLL, 1); in init_act200() 1168 soutp(UART_DLL, 12); in init_act220() 1201 soutp(UART_DLL, 1); in init_act220()
|
D | lirc_serial.c | 827 soutp(UART_DLL, 1); in hardware_init_port()
|
/linux-2.6.39/arch/arm/mach-tegra/include/mach/ |
D | uncompress.h | 55 uart[UART_DLL << shift] = 0x75; in arch_decomp_setup()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | smc37c93x.h | 66 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
|
/linux-2.6.39/arch/mn10300/unit-asb2364/include/unit/ |
D | serial.h | 64 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 2, u8)
|
/linux-2.6.39/arch/mn10300/unit-asb2305/include/unit/ |
D | serial.h | 58 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 4, u8)
|
/linux-2.6.39/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-2.6.39/include/linux/ |
D | serial_reg.h | 146 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
|
/linux-2.6.39/drivers/staging/speakup/ |
D | serialio.c | 53 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
|
/linux-2.6.39/arch/x86/platform/mrst/ |
D | early_printk_mrst.c | 265 writeb(0x18, phsu + UART_DLL); in hsu_early_console_init()
|
/linux-2.6.39/sound/drivers/ |
D | serial-u16550.c | 401 uart->old_divisor_lsb = inb(uart->base + UART_DLL); in snd_uart16550_do_open() 405 ,uart->base + UART_DLL); /* Divisor Latch Low */ in snd_uart16550_do_open() 508 ,uart->base + UART_DLL); /* Divisor Latch Low */ in snd_uart16550_do_close()
|
/linux-2.6.39/drivers/usb/serial/ |
D | ark3116.c | 184 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff); in ark3116_attach() 316 ark3116_write_reg(serial, UART_DLL, quot & 0xff); in ark3116_set_termios()
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | serial.c | 219 uart->dll = serial_read_reg(uart, UART_DLL); in omap_uart_save_context() 256 serial_write_reg(uart, UART_DLL, uart->dll); in omap_uart_restore_context()
|
/linux-2.6.39/drivers/bluetooth/ |
D | btuart_cs.c | 382 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
|
/linux-2.6.39/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-2.6.39/drivers/staging/brcm80211/include/ |
D | sbchipc.h | 766 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
|