Searched refs:erasing (Results 1 – 14 of 14) sorted by relevance
14 Many flash memories support erasing small (4096 B) sectors. Depending16 to erasing whole blocks (32/64 KiB).18 small sectors. On the other hand erasing should be faster when using
42 including the whole card. When erasing a large area it may46 is being erased, but erasing one partition will make60 size for erasing large areas.
92 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset()254 if (mode == FL_ERASING && shared->erasing in get_chip()255 && shared->erasing->oldstate == FL_ERASING) { in get_chip()269 shared->erasing = chip; in get_chip()341 shared->writing = shared->erasing; in put_chip()354 shared->erasing = NULL; in put_chip()356 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
108 struct flchip *erasing; member
164 erasing = 0, bad = 0, unchecked = 0; in __jffs2_dbg_superblock_counts() local251 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()
47 solo_dev->erasing = 1; in erase_on()53 if (!solo_dev->erasing) in erase_off()61 solo_dev->erasing = 0; in erase_off()
226 unsigned int erasing; member
108 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member330 ldata->erasing = 0; in reset_buffer_flags()956 if (ldata->erasing) { in finish_erasing()958 ldata->erasing = 0; in finish_erasing()1033 if (!ldata->erasing) { in eraser()1035 ldata->erasing = 1; in eraser()1817 ldata->erasing = 0; in n_tty_set_termios()
134 ;; rescue code without erasing/reflashing the sector.137 ;; without erasing the sector, it is possible to add new
85 * accidentally erasing critical flash sectors. We thus define
64 * accidentally erasing critical flash sectors. We thus define
104 * accidentally erasing critical flash sectors. We thus define
754 shared[i].writing = shared[i].erasing = NULL; in cfi_intelext_partition_fixup()963 if (mode == FL_ERASING && shared->erasing in get_chip()964 && shared->erasing->oldstate == FL_ERASING) { in get_chip()978 shared->erasing = chip; in get_chip()997 shared->writing = shared->erasing; in put_chip()1010 shared->erasing = NULL; in put_chip()1012 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
203 and erasing nodes.220 When erasing a node, the user must call rb_erase_augmented() instead of