Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/lpddr/
Dlpddr_cmds.c97 chip->oldstate = chip->state = FL_READY; in lpddr_cmdset()
180 chip->state = FL_READY; in wait_for_ready()
287 if (FL_SYNCING == mode && FL_READY != chip->oldstate) in chip_ready()
291 case FL_READY: in chip_ready()
297 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
314 chip->state = FL_READY; in chip_ready()
319 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
339 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
377 chip->oldstate = FL_READY; in put_chip()
380 case FL_READY: in put_chip()
[all …]
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0002.c806 case FL_READY: in get_chip()
813 !(mode == FL_READY || mode == FL_POINT || in get_chip()
849 chip->state = FL_READY; in get_chip()
853 if (mode != FL_READY && mode != FL_POINT && in get_chip()
857 chip->state = FL_READY; in get_chip()
866 if (mode == FL_READY && chip->oldstate == FL_READY) in get_chip()
892 chip->oldstate = FL_READY; in put_chip()
898 chip->oldstate = FL_READY; in put_chip()
901 case FL_READY: in put_chip()
936 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
[all …]
Dcfi_cmdset_0001.c793 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
816 case FL_READY: in chip_ready()
824 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
865 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
869 chip->state = FL_READY; in chip_ready()
877 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
995 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1040 chip->oldstate = FL_READY; in put_chip()
1046 chip->oldstate = FL_READY; in put_chip()
1049 case FL_READY: in put_chip()
[all …]
Dcfi_cmdset_0020.c311 chip->state = FL_READY; in do_read_onechip()
319 case FL_READY: in do_read_onechip()
331 chip->state = FL_READY; in do_read_onechip()
453 case FL_READY: in do_write_buffer()
753 case FL_READY: in do_erase_oneblock()
990 case FL_READY: in cfi_staa_sync()
1052 case FL_READY: in do_lock_oneblock()
1198 case FL_READY: in do_unlock_oneblock()
1326 case FL_READY: in cfi_staa_suspend()
1384 chip->state = FL_READY; in cfi_staa_resume()
Dgen_probe.c154 pchip->state = FL_READY; in genprobe_ident_chips()
/linux-4.4.14/include/linux/mtd/
Dflashchip.h32 FL_READY, enumerator
/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c976 if (this->state == FL_READY) { in onenand_get_device()
1011 this->state = FL_READY; in onenand_release_device()
4009 this->state = FL_READY; in onenand_scan()
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c140 chip->state = FL_READY; in nand_release_device()
846 if (chip->controller->active == chip && chip->state == FL_READY) { in nand_get_device()
4325 chip->state = FL_READY; in nand_scan_tail()