Lines Matching full:disable
58 /* disable interrupt */
61 mtc0 t0, CP0_STATUS # Set CPU to disable interrupt.
64 /* disable cache */
67 or t0, 0x2 # disable,!default value is not it!
68 mtc0 t0, CP0_CONFIG # Set CPU to disable cache.
209 /* disable all gpio */
211 sw zero,0x10c0(a0) /* disable gpio 0-31 */
212 sw zero,0x10c4(a0) /* disable gpio 32-63 */
213 sw zero,0x10c8(a0) /* disable gpio 64-95 */
449 /* disable interrupt */
452 mtc0 t0, CP0_STATUS # Set CPU to disable interrupt.
455 /* disable cache */
458 or t0, 0x2 # disable,!default value is not it!
459 mtc0 t0, CP0_CONFIG # Set CPU to disable cache.