Home
last modified time | relevance | path

Searched refs:MION_PWR_SEQ (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dhoststop33 export MION_PWR_SEQ=FOFF1
45 if [ "$MION_PWR_SEQ" == "smcreset" ]
50 if [ "$MION_PWR_SEQ" == "FOFF1" ]
55 if [ "$MION_PWR_SEQ" == "G_SHUTDOWN" ]
104 if [ "$MION_PWR_SEQ" == "G_SHUTDOWN" -a $HOSTSTOP_RVAL -eq 1 ]
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs46 internal static EnvVar MION_PWR_SEQ = new EnvVar("MION_PWR_SEQ"); field in CafeX.Program
1444 if ((MION_PWR_SEQ.value == "smcreset") && !HARD_STOP) in hoststop()
1449 else if ((MION_PWR_SEQ.value == "FOFF1") && !HARD_STOP) in hoststop()
1463 … if (MION_PWR_SEQ.value == "G_SHUTDOWN" && !HARD_STOP && (OLD_BOOT_MODE == CAFE_BOOT_MODE.value)) in hoststop()