Searched refs:last_end (Results 1 – 3 of 3) sorted by relevance
29 int rc, last_end; in range_alloc() local36 last_end = -1; in range_alloc()38 if ((cur->start - last_end) > size) in range_alloc()40 last_end = cur->end; in range_alloc()44 new->start = last_end + 1; in range_alloc()
538 unsigned long ofs, last_end = 0; in lpddr_point() local556 if (!last_end) in lpddr_point()557 last_end = chip->start; in lpddr_point()558 else if (chip->start != last_end) in lpddr_point()578 last_end += 1 << lpddr->chipshift; in lpddr_point()
1405 unsigned long ofs, last_end = 0; in cfi_intelext_point() local1429 if (!last_end) in cfi_intelext_point()1430 last_end = cfi->chips[chipnum].start; in cfi_intelext_point()1431 else if (cfi->chips[chipnum].start != last_end) in cfi_intelext_point()1447 last_end += 1 << cfi->chipshift; in cfi_intelext_point()
Completed in 10 milliseconds