Lines Matching refs:erase
23 Device does not do erase-on-write (erase-on-program, auto-erase
24 on write) and requires explicit erase procedure to be programmed
28 All pure Flash devices are evolution of EEPROM where erase has
29 been separated from write, EEPROM has erase-on-write, giving
30 it advantage of higher write speeds at a cost of larger erase block.
31 Note that explicit-erase capability does not warrants that
32 write without erase is not allowed, taking the above restrictions,
34 erase.
48 Device does not require explicit erase before programming
51 Note that the device may have erase-on-write (auto-erase),
52 as for example in EEPROM devices, but may also have no erase
54 A device driver may still provide erase callback,
55 especially if it is able to perform erase to accelerate
57 erase, with single value, faster than consecutive writes
58 that would be used to emulate erase.
104 write, read and erase.
109 bool "Flash read/write/erase test commands"
113 read/write/erase tests with speed output.