Home
last modified time | relevance | path

Searched refs:DLL (Results 1 – 19 of 19) sorted by relevance

/linux-2.6.39/arch/x86/boot/
Dearly_serial_console.c18 #define DLL 0 /* Divisor Latch Low */ macro
36 outb(divisor & 0xff, port + DLL); in early_serial_init()
106 dll = inb(port + DLL); in probe_baud()
/linux-2.6.39/arch/arm/mach-omap2/
Dsleep24xx.S95 mov r5, #0x2000 @ set delay (DPLL relock + DLL relock)
111 strne r0, [r1] @ rewrite DLLA to force DLL reload
113 strne r0, [r1] @ rewrite DLLB to force DLL reload
Dsram243x.S65 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
99 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks
185 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
186 bne freq_out @ leave if SDR, no DLL function
193 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
304 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
Dsram242x.S65 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
99 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks
185 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
186 bne freq_out @ leave if SDR, no DLL function
193 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
304 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
Dsram34xx.S164 cmp r1, #SDRC_UNLOCK_DLL @ set the intended DLL state
172 cmp r1, #SDRC_UNLOCK_DLL @ wait for DLL status to change
/linux-2.6.39/Documentation/sound/oss/
Dmwave81 SET MWPATH=C:\MWW\DLL;C:\MWW\MWGAMES;C:\MWW\DSP
84 SET LIBPATH=C:\MWW\DLL
85 SET PATH=C:\WINDOWS;C:\MWW\DLL;
95 SET MWPATH=C:\MWW\DLL;C:\MWW\MWGAMES;C:\MWW\DSP
101 SET LIBPATH=C:\MWW\DLL
102 …DOWS\COMMAND;E:\ORAWIN95\BIN;f:\msdev\bin;e:\v30\bin.dbg;v:\devt\v30\bin;c:\JavaSDK\Bin;C:\MWW\DLL;
/linux-2.6.39/arch/frv/kernel/
Ddebug-stub.c221 __UART0(DLL) = value & 0xff; in console_set_baud()
242 value |= __UART0(DLL); in console_get_baud()
Dgdb-io.c101 __UART(DLL) = value & 0xff; in gdbstub_set_baud()
/linux-2.6.39/arch/x86/kernel/
Dearly_printk.c92 #define DLL 0 /* Divisor Latch Low */ macro
160 outb(divisor & 0xff, early_serial_base + DLL); in early_serial_init()
/linux-2.6.39/arch/arm/mach-kirkwood/
Dtsx1x-common.c103 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx1x_power_off()
/linux-2.6.39/arch/arm/mach-orion5x/
Dtsx09-common.c36 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx09_power_off()
Dterastation_pro2-setup.c282 writel(divisor & 0xff, UART1_REG(DLL)); in tsp2_power_off()
Dkurobox_pro-setup.c302 writel(divisor & 0xff, UART1_REG(DLL)); in kurobox_pro_power_off()
/linux-2.6.39/drivers/usb/serial/
Dio_16654.h43 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB macro
Dmos7720.c141 DLL, enumerator
1456 write_mos_reg(serial, port_number, DLL, 0x01); in set_higher_rates()
1572 write_mos_reg(serial, number, DLL, (__u8)(divisor & 0xff)); in send_cmd_write_baud_rate()
Dio_edgeport.c2439 MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, DLL, LOW8(divisor)); in send_cmd_write_baud_rate()
/linux-2.6.39/drivers/net/hamradio/
Dbaycom_ser_fdx.c115 #define DLL(iobase) (iobase+0) macro
187 outb(divisor, DLL(dev->base_addr)); in ser12_set_divisor()
Dbaycom_ser_hdx.c103 #define DLL(iobase) (iobase+0) macro
174 outb(divisor, DLL(dev->base_addr)); in ser12_set_divisor()
Dyam.c175 #define DLL(iobase) (iobase+0) macro
311 outb(1, DLL(iobase)); in fpga_reset()
484 outb(divisor, DLL(dev->base_addr)); in yam_set_uart()