Home
last modified time | relevance | path

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

/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c82 chip->oldstate = chip->state = FL_READY; in lpddr_cmdset()
193 chip->state = FL_READY; in wait_for_ready()
300 if (FL_SYNCING == mode && FL_READY != chip->oldstate) in chip_ready()
304 case FL_READY: in chip_ready()
310 !(mode == FL_READY || mode == FL_POINT)) in chip_ready()
327 chip->state = FL_READY; in chip_ready()
332 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
352 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
390 chip->oldstate = FL_READY; in put_chip()
393 case FL_READY: in put_chip()
[all …]
/linux/drivers/mtd/chips/
H A 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()
989 chip->oldstate = FL_READY; in put_chip()
995 chip->oldstate = FL_READY; in put_chip()
998 case FL_READY: in put_chip()
1033 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
[all …]
H A Dcfi_cmdset_0001.c832 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
855 case FL_READY: in chip_ready()
863 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
913 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
917 chip->state = FL_READY; in chip_ready()
925 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
1043 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1088 chip->oldstate = FL_READY; in put_chip()
1094 chip->oldstate = FL_READY; in put_chip()
1097 case FL_READY: in put_chip()
[all …]
H A 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()
1385 chip->state = FL_READY; in cfi_staa_resume()
H A Dgen_probe.c153 pchip->state = FL_READY; in genprobe_ident_chips()
/linux/include/linux/mtd/
H A Dflashchip.h19 FL_READY, enumerator
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c1004 if (this->state == FL_READY) { in onenand_get_device()
1039 this->state = FL_READY; in onenand_release_device()
3895 this->state = FL_READY; in onenand_scan()