Lines Matching refs:FL_READY
818 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()
1118 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1120 chip->state = FL_READY; in xip_enable()
1161 (cfi_interleave_is_1(cfi) || chip->oldstate == FL_READY)) { in xip_wait_for_operation()
1371 if (chip->state != FL_POINT && chip->state != FL_READY) in do_point_onechip()
1465 chip->state = FL_READY; in cfi_intelext_unpoint()
1494 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1500 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()
1503 chip->state = FL_READY; in do_read_onechip()
2064 chip->oldstate = FL_READY; in cfi_intelext_sync()
2526 case FL_READY: in cfi_intelext_suspend()
2530 if (chip->oldstate == FL_READY) { in cfi_intelext_suspend()
2571 chip->oldstate = FL_READY; in cfi_intelext_suspend()
2620 chip->oldstate = chip->state = FL_READY; in cfi_intelext_resume()