Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/mtd/chips/
Dcfi_cmdset_0002.c903 case FL_READY: in get_chip()
910 !(mode == FL_READY || mode == FL_POINT || in get_chip()
947 chip->state = FL_READY; in get_chip()
951 if (mode != FL_READY && mode != FL_POINT && in get_chip()
955 chip->state = FL_READY; in get_chip()
964 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.c836 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
859 case FL_READY: in chip_ready()
867 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
917 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
921 chip->state = FL_READY; in chip_ready()
929 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
1047 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1092 chip->oldstate = FL_READY; in put_chip()
1098 chip->oldstate = FL_READY; in put_chip()
1101 case FL_READY: in put_chip()
[all …]
Dcfi_cmdset_0020.c313 chip->state = FL_READY; in do_read_onechip()
321 case FL_READY: in do_read_onechip()
333 chip->state = FL_READY; in do_read_onechip()
455 case FL_READY: in do_write_buffer()
755 case FL_READY: in do_erase_oneblock()
989 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()
1386 chip->state = FL_READY; in cfi_staa_resume()
Dgen_probe.c153 pchip->state = FL_READY; in genprobe_ident_chips()
/linux-6.6.21/include/linux/mtd/
Dflashchip.h18 FL_READY, enumerator
/linux-6.6.21/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()