/linux-2.6.39/arch/x86/boot/ |
D | early_serial_console.c | 18 #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/ |
D | sleep24xx.S | 95 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
|
D | sram243x.S | 65 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)
|
D | sram242x.S | 65 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)
|
D | sram34xx.S | 164 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/ |
D | mwave | 81 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/ |
D | debug-stub.c | 221 __UART0(DLL) = value & 0xff; in console_set_baud() 242 value |= __UART0(DLL); in console_get_baud()
|
D | gdb-io.c | 101 __UART(DLL) = value & 0xff; in gdbstub_set_baud()
|
/linux-2.6.39/arch/x86/kernel/ |
D | early_printk.c | 92 #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/ |
D | tsx1x-common.c | 103 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx1x_power_off()
|
/linux-2.6.39/arch/arm/mach-orion5x/ |
D | tsx09-common.c | 36 writel(divisor & 0xff, UART1_REG(DLL)); in qnap_tsx09_power_off()
|
D | terastation_pro2-setup.c | 282 writel(divisor & 0xff, UART1_REG(DLL)); in tsp2_power_off()
|
D | kurobox_pro-setup.c | 302 writel(divisor & 0xff, UART1_REG(DLL)); in kurobox_pro_power_off()
|
/linux-2.6.39/drivers/usb/serial/ |
D | io_16654.h | 43 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB macro
|
D | mos7720.c | 141 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()
|
D | io_edgeport.c | 2439 MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, DLL, LOW8(divisor)); in send_cmd_write_baud_rate()
|
/linux-2.6.39/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 115 #define DLL(iobase) (iobase+0) macro 187 outb(divisor, DLL(dev->base_addr)); in ser12_set_divisor()
|
D | baycom_ser_hdx.c | 103 #define DLL(iobase) (iobase+0) macro 174 outb(divisor, DLL(dev->base_addr)); in ser12_set_divisor()
|
D | yam.c | 175 #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()
|