Lines Matching refs:FL_READY
836 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()
1136 if (chip->state != FL_POINT && chip->state != FL_READY) { in xip_enable()
1138 chip->state = FL_READY; in xip_enable()
1179 (cfi_interleave_is_1(cfi) || chip->oldstate == FL_READY)) { in xip_wait_for_operation()
1389 if (chip->state != FL_POINT && chip->state != FL_READY) in do_point_onechip()
1483 chip->state = FL_READY; in cfi_intelext_unpoint()
1512 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1518 if (chip->state != FL_POINT && chip->state != FL_READY) { in do_read_onechip()
1521 chip->state = FL_READY; in do_read_onechip()
2082 chip->oldstate = FL_READY; in cfi_intelext_sync()
2544 case FL_READY: in cfi_intelext_suspend()
2548 if (chip->oldstate == FL_READY) { in cfi_intelext_suspend()
2590 chip->oldstate = FL_READY; in cfi_intelext_suspend()
2639 chip->oldstate = chip->state = FL_READY; in cfi_intelext_resume()