Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/mtd/chips/
Dcfi_cmdset_0002.c905 case FL_READY: in get_chip()
912 !(mode == FL_READY || mode == FL_POINT || in get_chip()
949 chip->state = FL_READY; in get_chip()
953 if (mode != FL_READY && mode != FL_POINT && in get_chip()
957 chip->state = FL_READY; in get_chip()
966 if (mode == FL_READY && chip->oldstate == FL_READY) in get_chip()
992 chip->oldstate = FL_READY; in put_chip()
998 chip->oldstate = FL_READY; in put_chip()
1001 case FL_READY: in put_chip()
1036 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
[all …]
Dcfi_cmdset_0001.c819 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
842 case FL_READY: in chip_ready()
850 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
900 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
904 chip->state = FL_READY; in chip_ready()
912 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
1030 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1075 chip->oldstate = FL_READY; in put_chip()
1081 chip->oldstate = FL_READY; in put_chip()
1084 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()
1385 chip->state = FL_READY; in cfi_staa_resume()
Dgen_probe.c153 pchip->state = FL_READY; in genprobe_ident_chips()
/Linux-v6.1/include/linux/mtd/
Dflashchip.h18 FL_READY, enumerator
/Linux-v6.1/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()
3895 this->state = FL_READY; in onenand_scan()