Searched refs:erasing (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dflashchip.h108 struct flchip *erasing; member in struct:flchip_shared
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/lpddr/
H A Dlpddr_cmds.c100 shared[i].writing = shared[i].erasing = NULL;
211 * shared->erasing.
262 if (mode == FL_ERASING && shared->erasing
263 && shared->erasing->oldstate == FL_ERASING) {
277 shared->erasing = chip;
354 shared->writing = shared->erasing;
367 shared->erasing = NULL;
369 } else if (shared->erasing == chip && shared->writing != chip) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Ddebug.c42 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
162 erasing = 0, bad = 0, unchecked = 0; local
249 erasing += c->sector_size;
253 erasing += c->sector_size;
257 erasing += c->sector_size;
276 check(erasing);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_tty.c179 tty->canon_head = tty->canon_data = tty->erasing = 0;
832 if (tty->erasing) {
834 tty->erasing = 0;
917 if (!tty->erasing) {
919 tty->erasing = 1;
1455 tty->erasing = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010.h200 unsigned int erasing; member in struct:solo6010_dev
H A Dsolo6010-v4l2.c61 solo_dev->erasing = 1;
67 if (!solo_dev->erasing)
73 /* Keep the erasing flag on for 8 frames minimum */
75 solo_dev->erasing = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v10.S134 ;; rescue code without erasing/reflashing the sector.
137 ;; without erasing the sector, it is possible to add new
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c721 shared[i].writing = shared[i].erasing = NULL;
799 /* If the flash has finished erasing, then 'erase suspend'
882 * shared->erasing.
933 if (mode == FL_ERASING && shared->erasing
934 && shared->erasing->oldstate == FL_ERASING) {
948 shared->erasing = chip;
967 shared->writing = shared->erasing;
980 shared->erasing = NULL;
982 } else if (shared->erasing == chip && shared->writing != chip) {
1006 sending the 0x70 (Read Status) command to an erasing
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h300 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member in struct:tty_struct

Completed in 97 milliseconds