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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dflashchip.h86 struct flchip *erasing; member in struct:flchip_shared
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_tty.c162 tty->canon_head = tty->canon_data = tty->erasing = 0;
407 if (tty->erasing) {
410 tty->erasing = 0;
491 if (!tty->erasing) {
494 tty->erasing = 1;
H A Dtty_ioctl.c353 tty->erasing = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S132 ;; without erasing/reflashing the sector. we put a longword of -1 here and if
134 ;; change 1's to 0's without erasing the sector, it is possible to add new
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h228 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member in struct:tty_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c613 shared[i].writing = shared[i].erasing = NULL;
668 * shared->erasing.
708 shared->erasing = chip;
753 /* If the flash has finished erasing, then 'erase suspend'
822 shared->writing = shared->erasing;
835 shared->erasing = NULL;
837 } else if (shared->erasing == chip && shared->writing != chip) {
861 sending the 0x70 (Read Status) command to an erasing
1047 * the flash is actively programming or erasing since we have to poll for

Completed in 69 milliseconds