Searched refs:ProbeUint8 (Results 1 – 1 of 1) sorted by relevance
67 UINT8 ProbeUint8; in QemuFlashDetected() local74 ProbeUint8 = *Ptr; in QemuFlashDetected()75 if (ProbeUint8 != CLEAR_STATUS_CMD && in QemuFlashDetected()76 ProbeUint8 != READ_STATUS_CMD && in QemuFlashDetected()77 ProbeUint8 != CLEARED_ARRAY_STATUS) { in QemuFlashDetected()91 ProbeUint8 = *Ptr; in QemuFlashDetected()93 ProbeUint8 == CLEAR_STATUS_CMD) { in QemuFlashDetected()98 ProbeUint8 = *Ptr; in QemuFlashDetected()99 if (ProbeUint8 == OriginalUint8) { in QemuFlashDetected()101 } else if (ProbeUint8 == READ_STATUS_CMD) { in QemuFlashDetected()[all …]