Lines Matching full:dll
59 /* dll lock mode */
66 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
69 bl i_dll_wait @ wait for dll to lock
71 /* get dll value */
98 /* ensure the DLL has relocked */
100 mov r4, #0x800 @ delay DLL relock, min 0x400 L3 clocks
186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
187 bne freq_out @ leave if SDR, no DLL function
189 /* With DDR, we need to take care of the DLL for the frequency change */
194 mov r1, #0x2000 @ wait DLL relock, min 0x400 L3 clocks
242 * Set dividers and pll. Also recalculate DLL value for DDR and unlock mode.
298 /* update memory timings & briefly lock dll */
305 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)