Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/lpddr/
Dlpddr_cmds.c99 chip->oldstate = chip->state = FL_READY; in lpddr_cmdset()
182 chip->state = FL_READY; in wait_for_ready()
289 if (FL_SYNCING == mode && FL_READY != chip->oldstate) in chip_ready()
293 case FL_READY: in chip_ready()
299 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
316 chip->state = FL_READY; in chip_ready()
321 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
341 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
379 chip->oldstate = FL_READY; in put_chip()
382 case FL_READY: in put_chip()
[all …]
/linux-3.4.99/drivers/mtd/chips/
Dcfi_cmdset_0002.c683 case FL_READY: in get_chip()
690 !(mode == FL_READY || mode == FL_POINT || in get_chip()
726 chip->state = FL_READY; in get_chip()
730 if (mode != FL_READY && mode != FL_POINT && in get_chip()
734 chip->state = FL_READY; in get_chip()
743 if (mode == FL_READY && chip->oldstate == FL_READY) in get_chip()
766 chip->oldstate = FL_READY; in put_chip()
772 chip->oldstate = FL_READY; in put_chip()
775 case FL_READY: in put_chip()
810 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
[all …]
Dcfi_cmdset_0001.c761 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
784 case FL_READY: in chip_ready()
792 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
833 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
837 chip->state = FL_READY; in chip_ready()
845 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
963 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1008 chip->oldstate = FL_READY; in put_chip()
1014 chip->oldstate = FL_READY; in put_chip()
1017 case FL_READY: in put_chip()
[all …]
Dcfi_cmdset_0020.c314 chip->state = FL_READY; in do_read_onechip()
322 case FL_READY: in do_read_onechip()
334 chip->state = FL_READY; in do_read_onechip()
456 case FL_READY: in do_write_buffer()
756 case FL_READY: in do_erase_oneblock()
993 case FL_READY: in cfi_staa_sync()
1055 case FL_READY: in do_lock_oneblock()
1201 case FL_READY: in do_unlock_oneblock()
1329 case FL_READY: in cfi_staa_suspend()
1387 chip->state = FL_READY; in cfi_staa_resume()
Dgen_probe.c156 pchip->state = FL_READY; in genprobe_ident_chips()
/linux-3.4.99/include/linux/mtd/
Dflashchip.h32 FL_READY, enumerator
/linux-3.4.99/drivers/mtd/nand/
Dnand_base.c145 chip->state = FL_READY; in nand_release_device()
813 if (chip->controller->active == chip && chip->state == FL_READY) { in nand_get_device()
3463 chip->state = FL_READY; in nand_scan_tail()
/linux-3.4.99/drivers/mtd/onenand/
Donenand_base.c977 if (this->state == FL_READY) { in onenand_get_device()
1012 this->state = FL_READY; in onenand_release_device()
4029 this->state = FL_READY; in onenand_scan()