Searched refs:DLL (Results 1 – 9 of 9) sorted by relevance
/arch/arm/mach-omap2/ |
D | sleep24xx.S | 94 mov r5, #0x2000 @ set delay (DPLL relock + DLL relock) 110 strne r0, [r1] @ rewrite DLLA to force DLL reload 112 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
D | sram243x.S | 58 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos) 92 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks 177 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL 178 bne freq_out @ leave if SDR, no DLL function 185 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks 295 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
|
D | sram242x.S | 58 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos) 92 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks 177 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL 178 bne freq_out @ leave if SDR, no DLL function 185 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks 295 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
|
/arch/frv/kernel/ |
D | debug-stub.c | 220 __UART0(DLL) = value & 0xff; in console_set_baud() 241 value |= __UART0(DLL); in console_get_baud()
|
D | gdb-io.c | 101 __UART(DLL) = value & 0xff; in gdbstub_set_baud()
|
/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()
|
/arch/x86/kernel/ |
D | early_printk.c | 83 #define DLL 0 /* Divisor Latch Low */ macro 151 outb(divisor & 0xff, early_serial_base + DLL); in early_serial_init()
|