/openbmc/u-boot/drivers/block/ |
H A D | Kconfig | 8 reading, writing and (in some cases) erasing blocks. Block 25 reading, writing and (in some cases) erasing blocks. Block 37 reading, writing and (in some cases) erasing blocks. Block
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | Kconfig | 17 Many flash memories support erasing small (4096 B) sectors. Depending 19 to erasing whole blocks (32/64 KiB). 21 small sectors. On the other hand erasing should be faster when using
|
/openbmc/linux/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 78 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset() 268 if (mode == FL_ERASING && shared->erasing in get_chip() 269 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 283 shared->erasing = chip; in get_chip() 355 shared->writing = shared->erasing; in put_chip() 368 shared->erasing = NULL; in put_chip() 370 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
/openbmc/linux/Documentation/driver-api/mmc/ |
H A D | mmc-dev-attrs.rst | 55 including the whole card. When erasing a large area it may 60 is being erased, but erasing one partition will make 74 size for erasing large areas.
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | Kconfig | 35 erasing through cmd_sf interface. 156 Many flash memories support erasing small (4096 B) sectors. Depending 158 to erasing whole blocks (32/64 KiB). 160 small sectors. On the other hand erasing should be faster when using
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | flashchip.h | 99 struct flchip *erasing; member
|
/openbmc/linux/include/linux/mtd/ |
H A D | flashchip.h | 95 struct flchip *erasing; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 293.out | 53 == erasing secret3 will fail now since it is the only secret (in 3 slots) == 54 qemu-img: All the active keyslots match the (old) password that was given and erasing them will era… 87 qemu-img: All the active keyslots match the (old) password that was given and erasing them will era…
|
H A D | 295.out | 31 Job failed: All the active keyslots match the (old) password that was given and erasing them will e…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/ |
H A D | flashrom_1.2.1.bb | 1 DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/ |
H A D | wipe_0.24.bb | 2 DESCRIPTION = "Wipe is a little command for securely erasing files from \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0011-Platform-CS1000-Fix-Bank-offsets.patch | 7 erasing the banks during capsule update. The fwu_agent erases the flash
|
/openbmc/linux/fs/jffs2/ |
H A D | debug.c | 164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local 251 erasing += c->sector_size; in __jffs2_dbg_superblock_counts() 255 erasing += c->sector_size; in __jffs2_dbg_superblock_counts() 259 erasing += c->sector_size; in __jffs2_dbg_superblock_counts() 281 check(erasing); in __jffs2_dbg_superblock_counts()
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | 6x_upgrade.txt | 19 echo "erasing" ;
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2.c | 38 solo_dev->erasing = 1; in erase_on() 44 if (!solo_dev->erasing) in erase_off() 52 solo_dev->erasing = 0; in erase_off()
|
H A D | solo6x10.h | 221 unsigned int erasing; member
|
/openbmc/linux/drivers/tty/ |
H A D | n_tty.c | 108 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member 329 ldata->erasing = 0; in reset_buffer_flags() 935 if (ldata->erasing) { in finish_erasing() 937 ldata->erasing = 0; in finish_erasing() 1012 if (!ldata->erasing) { in eraser() 1014 ldata->erasing = 1; in eraser() 1821 ldata->erasing = 0; in n_tty_set_termios()
|
/openbmc/u-boot/board/sbc8349/ |
H A D | README | 53 - Select sectors for erasing (see note on environment below) 70 The size for converting (and erasing) must be at least as large
|
/openbmc/u-boot/doc/SPI/ |
H A D | README.ti_qspi_am43x_test | 9 - erasing the flash device
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | orion5x-maxtor-shared-storage-2.dts | 62 * accidentally erasing critical flash sectors. We thus define
|
H A D | orion5x-lacie-ethernet-disk-mini-v2.dts | 81 * accidentally erasing critical flash sectors. We thus define
|
H A D | orion5x-lacie-d2-network.dts | 102 * accidentally erasing critical flash sectors. We thus define
|
/openbmc/linux/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 797 shared[i].writing = shared[i].erasing = NULL; in cfi_intelext_partition_fixup() 1015 if (mode == FL_ERASING && shared->erasing in get_chip() 1016 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1030 shared->erasing = chip; in get_chip() 1049 shared->writing = shared->erasing; in put_chip() 1062 shared->erasing = NULL; in put_chip() 1064 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ubifs-authentication.rst | 109 versions of them are obsoleted without erasing them right away. As a result, 202 written to without erasing it and previously written content that is obsolete 203 but can't be overwritten without erasing the full LEB. 228 erasing parts of the current tree and restoring old versions that are still on
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 40 environment by first erasing the environment and then entering the rescue
|