Lines Matching refs:next
374 u64 tce_size, num_tce, dma_offset, next;
380 next = start_pfn << PAGE_SHIFT;
384 num_tce += next & (tce_size - 1);
385 next &= ~(tce_size - 1);
397 dma_offset = next + be64_to_cpu(maprange->dma_base);
402 next += limit * tce_size;
413 u64 tce_size, num_tce, dma_offset, next, proto_tce, liobn;
449 next = start_pfn << PAGE_SHIFT;
453 num_tce += next & (tce_size - 1);
454 next &= ~(tce_size - 1);
467 dma_offset = next + be64_to_cpu(maprange->dma_base);
470 tcep[l] = cpu_to_be64(proto_tce | next);
471 next += tce_size;