Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c305 int n, sect_first = 0, sect_last = 0; in do_flerase() local
325 if ((n = abbrev_spec(argv[1], &info, &sect_first, &sect_last)) != 0) { in do_flerase()
331 sect_first, sect_last, (info-flash_info)+1); in do_flerase()
332 rcode = flash_erase(info, sect_first, sect_last); in do_flerase()
439 int i, n, sect_first = 0, sect_last = 0; in do_protect() local
489 if ((n = abbrev_spec(argv[2], &info, &sect_first, &sect_last)) != 0) { in do_protect()
495 p ? "" : "Un-", sect_first, sect_last, in do_protect()
497 for (i = sect_first; i <= sect_last; i++) { in do_protect()