Searched refs:start_phys (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Djffs2.c264 u32 end_phys, start_phys, sector_size = 0, size = 0; local
270 start_phys = flash->start[0] + part->offset;
271 end_phys = start_phys + part->size - 1;
277 if (flash->start[i] >= start_phys) {

Completed in 60 milliseconds