Lines Matching defs:done
264 /* Note this is done after the region info is endian swapped */
1048 /* We own the ability to write, but we're done */
1165 unsigned long usec, suspended, start, done;
1172 done = 0;
1185 * when one chip was already done with the current
1190 usec -= done;
1233 * until it's done.
1262 done = xip_elapsed_since(start);
1264 && done < usec);
1266 return (done >= usec) ? -ETIME : 0;