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;
227 u8 *end = cp + host->t.len;
245 while (cp < end && *cp == 0xff)
249 if (cp == end) {
251 end = cp+1;
281 if (cp == end) {
286 end = cp+1;
322 while (cp < end && *cp == 0)
324 if (cp == end) {
336 if (cp == end) {
341 end = cp+1;
359 if (cp == end) {
364 end = cp+1;
426 * - crc7 (plus end bit) ... always computed, it's cheap
578 * minimize I/O ops by using a single read to collect end-of-busy.