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

/u-boot/cmd/
H A Dmem.c376 ulong last_pos; /* Offset of last match in 'size' units*/ local
462 last_pos = 0;
484 last_pos = offset / size;
497 env_set_hex("mempos", last_pos);

Completed in 40 milliseconds