Home
last modified time | relevance | path

Searched refs:last_end (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/ocxl/
A Dpasid.c29 int rc, last_end; in range_alloc() local
36 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()
/drivers/mtd/lpddr/
A Dlpddr_cmds.c538 unsigned long ofs, last_end = 0; in lpddr_point() local
556 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()
/drivers/mtd/chips/
A Dcfi_cmdset_0001.c1405 unsigned long ofs, last_end = 0; in cfi_intelext_point() local
1429 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