Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dsleep24xx.S94 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
Dsram243x.S58 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)
Dsram242x.S58 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/
Ddebug-stub.c220 __UART0(DLL) = value & 0xff; in console_set_baud()
241 value |= __UART0(DLL); in console_get_baud()
Dgdb-io.c101 __UART(DLL) = value & 0xff; in gdbstub_set_baud()
/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()
/arch/x86/kernel/
Dearly_printk.c83 #define DLL 0 /* Divisor Latch Low */ macro
151 outb(divisor & 0xff, early_serial_base + DLL); in early_serial_init()