Lines Matching +full:power +full:- +full:up +full:- +full:delay +full:- +full:ms
1 /* SPDX-License-Identifier: GPL-2.0-only */
38 * s3: I-Cache line size
51 /* Lock this asm section into the I-cache */
52 addiu t1, s3, -1
65 /* Lock the interrupt vector into the I-cache */
77 /* Power down request */
109 /* 1ms delay needed for stable recovery */
110 /* Use TIMER1 to count 1 ms */
119 /* Prepare delay */
123 /* 1ms delay */
132 /* Power back up */
140 /* Unlock I-cache */
141 addiu t1, s3, -1