HomeSort by relevance Sort by last modified time
    Searched defs:ERASE (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
SpiFlashCmd.c 66 {L"erase", TypeFlag},
80 ERASE = 32,
106 "sf [probe | read | readfile | write | writefile | erase |"
120 "Erase 0x10000 bytes from offset 0x100000 of SPI flash\n"
121 " sf erase 0x100000 0x100000\n"
267 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"erase") << 5);
313 case ERASE:
427 case ERASE:
428 Status = SpiFlashProtocol->Erase (Slave, Offset, ByteCount);
448 case ERASE:
    [all...]
  /bootable/recovery/updater/include/private/
commands.h 245 // erase <tgt_ranges>
293 ERASE,
  /bionic/libc/kernel/android/scsi/scsi/
scsi_proto.h 41 #define ERASE 0x19
  /bootable/recovery/updater/
blockimg.cpp 65 // Set this to 0 to interpret 'erase' transfers to mean do a
67 // erase to mean fill the region with zeroes.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 94 #define ERASE CMD38
156 UINT32 ERASE_GRP_MULT: 5; // Erase group size multiplier [41:37]
157 UINT32 ERASE_GRP_SIZE: 5; // Erase group size [46:42]
  /external/kernel-headers/modified/scsi/
scsi_proto.h 38 #define ERASE 0x19
  /external/kernel-headers/original/scsi/
scsi_proto.h 38 #define ERASE 0x19
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 106 #define ERASE CMD38
168 UINT32 ERASE_GRP_MULT: 5; // Erase group size multiplier [41:37]
169 UINT32 ERASE_GRP_SIZE: 5; // Erase group size [46:42]
220 UINT8 ERASE_GROUP_DEF; // [175] High density erase group definition
265 UINT8 ERASE_TIMEOUT_MULT; // [223] High-capacity erase timeout
266 UINT8 HC_ERASE_GRP_SIZE; // [224] High-capacity erase unit size
272 UINT8 SEC_ERASE_MULT; // [230] Secure Erase Multiplier

Completed in 410 milliseconds