Lines Matching refs:FL_READY
793 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready()
816 case FL_READY: in chip_ready()
824 !(mode == FL_READY || mode == FL_POINT || in chip_ready()
865 if (mode != FL_READY && mode != FL_POINT && in chip_ready()
869 chip->state = FL_READY; in chip_ready()
877 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready()
995 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
1040 chip->oldstate = FL_READY; in put_chip()
1046 chip->oldstate = FL_READY; in put_chip()
1049 case FL_READY: in put_chip()
1084 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1086 chip->state = FL_READY; in xip_enable()
1127 (cfi_interleave_is_1(cfi) || chip->oldstate == FL_READY)) { in xip_wait_for_operation()
1337 if (chip->state != FL_POINT && chip->state != FL_READY) in do_point_onechip()
1431 chip->state = FL_READY; in cfi_intelext_unpoint()
1460 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1466 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()
1469 chip->state = FL_READY; in do_read_onechip()
2040 chip->oldstate = FL_READY; in cfi_intelext_sync()
2502 case FL_READY: in cfi_intelext_suspend()
2506 if (chip->oldstate == FL_READY) { in cfi_intelext_suspend()
2547 chip->oldstate = FL_READY; in cfi_intelext_suspend()
2596 chip->oldstate = chip->state = FL_READY; in cfi_intelext_resume()