Lines Matching +full:wait +full:- +full:delay
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 */
84 /* Enable CP0 interrupt 2 and wait for interrupt */
99 /* Wait for interrupt */
100 wait
103 /* Wait for memc0 */
109 /* 1ms delay needed for stable recovery */
119 /* Prepare delay */
123 /* 1ms delay */
126 /* Wait for the timer value to exceed t1 */
140 /* Unlock I-cache */
141 addiu t1, s3, -1