Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/lpddr/
Dlpddr_cmds.c84 chip->oldstate = chip->state = FL_READY; in lpddr_cmdset()
167 chip->state = FL_READY; in wait_for_ready()
274 if (FL_SYNCING == mode && FL_READY != chip->oldstate) in chip_ready()
278 case FL_READY: in chip_ready()
284 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
301 chip->state = FL_READY; in chip_ready()
306 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
327 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
365 chip->oldstate = FL_READY; in put_chip()
368 case FL_READY: in put_chip()
[all …]
/Linux-v5.4/drivers/mtd/chips/
Dcfi_cmdset_0002.c902 case FL_READY: in get_chip()
909 !(mode == FL_READY || mode == FL_POINT || in get_chip()
946 chip->state = FL_READY; in get_chip()
950 if (mode != FL_READY && mode != FL_POINT && in get_chip()
954 chip->state = FL_READY; in get_chip()
963 if (mode == FL_READY && chip->oldstate == FL_READY) in get_chip()
990 chip->oldstate = FL_READY; in put_chip()
996 chip->oldstate = FL_READY; in put_chip()
999 case FL_READY: in put_chip()
1034 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
[all …]
Dcfi_cmdset_0001.c815 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
838 case FL_READY: in chip_ready()
846 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
896 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
900 chip->state = FL_READY; in chip_ready()
908 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
1026 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1071 chip->oldstate = FL_READY; in put_chip()
1077 chip->oldstate = FL_READY; in put_chip()
1080 case FL_READY: in put_chip()
[all …]
Dcfi_cmdset_0020.c312 chip->state = FL_READY; in do_read_onechip()
320 case FL_READY: in do_read_onechip()
333 chip->state = FL_READY; in do_read_onechip()
455 case FL_READY: in do_write_buffer()
756 case FL_READY: in do_erase_oneblock()
991 case FL_READY: in cfi_staa_sync()
1054 case FL_READY: in do_lock_oneblock()
1201 case FL_READY: in do_unlock_oneblock()
1330 case FL_READY: in cfi_staa_suspend()
1388 chip->state = FL_READY; in cfi_staa_resume()
Dgen_probe.c154 pchip->state = FL_READY; in genprobe_ident_chips()
/Linux-v5.4/include/linux/mtd/
Dflashchip.h18 FL_READY, enumerator
/Linux-v5.4/drivers/mtd/nand/onenand/
Donenand_base.c1004 if (this->state == FL_READY) { in onenand_get_device()
1039 this->state = FL_READY; in onenand_release_device()
3893 this->state = FL_READY; in onenand_scan()