Home
last modified time | relevance | path

Searched refs:FL_READY (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0002.c291 if (chip->state != FL_READY){ in do_read_onechip()
313 chip->state = FL_READY; in do_read_onechip()
373 if (chip->state != FL_READY){ in do_read_secsi_onechip()
395 chip->state = FL_READY; in do_read_secsi_onechip()
468 if (chip->state != FL_READY) { in do_write_oneword()
552 chip->state = FL_READY; in do_write_oneword()
561 chip->state = FL_READY; in do_write_oneword()
725 if (chip->state != FL_READY){ in do_erase_chip()
825 chip->state = FL_READY; in do_erase_chip()
833 chip->state = FL_READY; in do_erase_chip()
[all …]
Dsharp.c146 sharp->chips[0].state = FL_READY; in sharp_probe()
223 case FL_READY: in sharp_wait()
257 chip->state = FL_READY; in sharp_wait()
383 chip->state = FL_READY; in sharp_write_oneword()
501 chip->state = FL_READY; in sharp_erase_oneblock()
542 chip->state = FL_READY; in sharp_unlock_oneblock()
Damd_flash.c388 chips[private->numchips].state = FL_READY; in probe_new_chip()
692 chips[0].state = FL_READY; in amd_flash_probe()
801 if (chip->state != FL_READY){ in read_one_chip()
823 chip->state = FL_READY; in read_one_chip()
901 if (chip->state != FL_READY){ in write_one_word()
951 chip->state = FL_READY; in write_one_word()
1099 if (chip->state != FL_READY){ in erase_one_block()
1154 chip->state = FL_READY; in erase_one_block()
1187 chip->state = FL_READY; in erase_one_block()
1199 chip->state = FL_READY; in erase_one_block()
[all …]
Dcfi_cmdset_0001.c329 case FL_READY:
342 chip->state = FL_READY;
452 chip->state = FL_READY;
528 chip->state = FL_READY;
536 case FL_READY:
549 chip->state = FL_READY;
669 case FL_READY:
773 case FL_READY:
1085 case FL_READY:
1494 case FL_READY:
[all …]
Dcfi_cmdset_0020.c328 chip->state = FL_READY; in do_read_onechip()
336 case FL_READY: in do_read_onechip()
348 chip->state = FL_READY; in do_read_onechip()
472 case FL_READY: in do_write_buffer()
783 case FL_READY: in do_erase_oneblock()
1023 case FL_READY: in cfi_staa_sync()
1085 case FL_READY: in do_lock_oneblock()
1234 case FL_READY: in do_unlock_oneblock()
1362 case FL_READY: in cfi_staa_suspend()
1420 chip->state = FL_READY; in cfi_staa_resume()
Dcfi_probe.c116 chips[cfi->numchips].state = FL_READY; in cfi_probe_chip()
Dgen_probe.c81 chip[0].state = FL_READY; in genprobe_ident_chips()
Djedec_probe.c1124 chips[cfi->numchips].state = FL_READY; in jedec_probe_chip()
/linux-2.4.37.9/drivers/mtd/nand/
Dnand.c285 if (this->state == FL_READY) { in nand_get_chip()
712 this->state = FL_READY; in nand_read_ecc()
774 this->state = FL_READY; in nand_read_oob()
868 this->state = FL_READY; in nand_write_ecc()
961 this->state = FL_READY; in nand_write_oob()
1080 this->state = FL_READY; in nand_writev_ecc()
1179 if (this->state == FL_ERASING || this->state == FL_READY) { in nand_erase()
1207 this->state = FL_READY; in nand_erase()
1230 case FL_READY: in nand_sync()
1251 this->state = FL_READY; in nand_sync()
[all …]
/linux-2.4.37.9/include/linux/mtd/
Dflashchip.h23 FL_READY, enumerator
Dnand.h110 FL_READY, enumerator