Lines Matching defs:last
65 unsigned last;
67 last = first + cnt;
69 for (i = first; i < last; i++) {
84 unsigned last;
87 last = rcd->pio_base + rcd->piocnt;
104 for (i = rcd->pio_base; i < last; i++) {
282 u32 first, u32 last)
293 nbufs = last - first + 1; /* number in range to check */
297 * Minor optimization. If we had no buffers on last call,
311 if (dd->last_pio >= first && dd->last_pio <= last)
315 nbufs = last - dd->min_kernel_pio + 1;
317 if (i > last)
325 if (!first && first != last) /* first == last on VL15, avoid */
460 unsigned last;
474 last = rcd->pio_base + rcd->piocnt;
490 for (; i < last; i++)