Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DQemuFlash.c67 UINT8 ProbeUint8; in QemuFlashDetected() local
74 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 …]