Home
last modified time | relevance | path

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

/drivers/mtd/spi-nor/
DKconfig17 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
/drivers/mtd/lpddr/
Dlpddr_cmds.c78 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()
/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c38 solo_dev->erasing = 1; in erase_on()
44 if (!solo_dev->erasing) in erase_off()
52 solo_dev->erasing = 0; in erase_off()
Dsolo6x10.h221 unsigned int erasing; member
/drivers/tty/
Dn_tty.c108 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()
/drivers/mtd/chips/
Dcfi_cmdset_0001.c797 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()