Lines Matching defs:end
53 * beginning of an mmc_host_ops.request until the end. So beware
71 /* Read and write blocks start with these tokens and end with crc;
220 u8 *end = cp + host->t.len;
238 while (cp < end && *cp == 0xff)
242 if (cp == end) {
244 end = cp+1;
274 if (cp == end) {
279 end = cp+1;
315 while (cp < end && *cp == 0)
317 if (cp == end) {
329 if (cp == end) {
334 end = cp+1;
352 if (cp == end) {
357 end = cp+1;
419 * - crc7 (plus end bit) ... always computed, it's cheap
571 * minimize I/O ops by using a single read to collect end-of-busy.