Home
last modified time | relevance | path

Searched refs:UART_DLL (Results 1 – 25 of 34) sorted by relevance

12

/linux-2.6.39/arch/frv/kernel/
Dgdb-io.h19 #undef UART_DLL
32 #define UART_DLL 0*8 /* Out: Divisor Latch Low (DLAB=1) */ macro
/linux-2.6.39/drivers/tty/serial/
Dm32r_sio_reg.h35 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
76 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro
D8250_early.c124 dll = serial_in(port, UART_DLL); in probe_baud()
146 serial_out(port, UART_DLL, divisor & 0xff); in init_port()
Dpxa.c540 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()
D8250.c590 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()
Domap-serial.c734 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/
Dvirtex.c16 #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()
Dns16550.c18 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/
Dserial.h67 #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/
Dlirc_sir.c861 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()
Dlirc_serial.c827 soutp(UART_DLL, 1); in hardware_init_port()
/linux-2.6.39/arch/arm/mach-tegra/include/mach/
Duncompress.h55 uart[UART_DLL << shift] = 0x75; in arch_decomp_setup()
/linux-2.6.39/arch/sh/include/asm/
Dsmc37c93x.h66 #define UART_DLL 0x0 /* Divisor Latch (LS) */ macro
/linux-2.6.39/arch/mn10300/unit-asb2364/include/unit/
Dserial.h64 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 2, u8)
/linux-2.6.39/arch/mn10300/unit-asb2305/include/unit/
Dserial.h58 #define GDBPORT_SERIAL_DLL __SYSREG(SERIAL_PORT0_BASE_ADDRESS + UART_DLL * 4, u8)
/linux-2.6.39/arch/powerpc/platforms/embedded6xx/
Dls_uart.c75 out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */ in avr_uart_configure()
/linux-2.6.39/include/linux/
Dserial_reg.h146 #define UART_DLL 0 /* Out: Divisor Latch Low */ macro
/linux-2.6.39/drivers/staging/speakup/
Dserialio.c53 outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */ in spk_serial_init()
/linux-2.6.39/arch/x86/platform/mrst/
Dearly_printk_mrst.c265 writeb(0x18, phsu + UART_DLL); in hsu_early_console_init()
/linux-2.6.39/sound/drivers/
Dserial-u16550.c401 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/
Dark3116.c184 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/
Dserial.c219 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/
Dbtuart_cs.c382 outb(divisor & 0xff, iobase + UART_DLL); /* Set speed */ in btuart_change_speed()
/linux-2.6.39/arch/blackfin/mach-bf533/include/mach/
DcdefBF532.h488 #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/
Dsbchipc.h766 #define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ macro

12