Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/lpddr/
Dlpddr_cmds.c83 chip->oldstate = chip->state = FL_READY; in lpddr_cmdset()
194 chip->state = FL_READY; in wait_for_ready()
301 if (FL_SYNCING == mode && FL_READY != chip->oldstate) in chip_ready()
305 case FL_READY: in chip_ready()
311 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
328 chip->state = FL_READY; in chip_ready()
333 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
353 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
391 chip->oldstate = FL_READY; in put_chip()
394 case FL_READY: in put_chip()
[all …]
/Linux-v5.10/drivers/mtd/chips/
Dcfi_cmdset_0002.c906 case FL_READY: in get_chip()
913 !(mode == FL_READY || mode == FL_POINT || in get_chip()
950 chip->state = FL_READY; in get_chip()
954 if (mode != FL_READY && mode != FL_POINT && in get_chip()
958 chip->state = FL_READY; in get_chip()
967 if (mode == FL_READY && chip->oldstate == FL_READY) in get_chip()
993 chip->oldstate = FL_READY; in put_chip()
999 chip->oldstate = FL_READY; in put_chip()
1002 case FL_READY: in put_chip()
1037 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
[all …]
Dcfi_cmdset_0001.c818 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
841 case FL_READY: in chip_ready()
849 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
899 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
903 chip->state = FL_READY; in chip_ready()
911 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
1029 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1074 chip->oldstate = FL_READY; in put_chip()
1080 chip->oldstate = FL_READY; in put_chip()
1083 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()
332 chip->state = FL_READY; in do_read_onechip()
454 case FL_READY: in do_write_buffer()
754 case FL_READY: in do_erase_oneblock()
988 case FL_READY: in cfi_staa_sync()
1051 case FL_READY: in do_lock_oneblock()
1197 case FL_READY: in do_unlock_oneblock()
1325 case FL_READY: in cfi_staa_suspend()
1383 chip->state = FL_READY; in cfi_staa_resume()
Dgen_probe.c154 pchip->state = FL_READY; in genprobe_ident_chips()
/Linux-v5.10/include/linux/mtd/
Dflashchip.h18 FL_READY, enumerator
/Linux-v5.10/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()
3888 this->state = FL_READY; in onenand_scan()