Lines Matching +full:sleep +full:- +full:enable
1 /* SPDX-License-Identifier: GPL-2.0-only */
29 * Move DaVinci into deep sleep state
32 * wakes up it continues execution at the point it went to sleep.
35 * r1: contains virtual base for DDR2 Power and Sleep controller (PSC)
41 stmfd sp!, {r0-r12, lr} @ save registers on stack
46 ldmia r0, {r0-r4}
49 * Switch DDR to self-refresh mode.
93 /* Go to deep sleep */
96 /* System goes to sleep beyond after this instruction */
99 /* Wake up from sleep */
101 /* Clear sleep enable */
144 /* Enable VCLK */
146 /* Enable DDR2 LPSC */
163 ldmfd sp!, {r0-r12, pc}
170 * r0: Enable or Disable LPSC r0 = 0x3 => Enable, r0 = 0x2 => Disable LPSC
171 * r1: contains virtual base for DDR2 Power and Sleep controller (PSC)
183 /* Enable the Power Domain Transition Command */
215 .word . - davinci_cpu_suspend