Searched refs:sect_first (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/cmd/ |
D | flash.c | 304 int n, sect_first = 0, sect_last = 0; in do_flerase() local 324 if ((n = abbrev_spec(argv[1], &info, §_first, §_last)) != 0) { in do_flerase() 330 sect_first, sect_last, (info-flash_info)+1); in do_flerase() 331 rcode = flash_erase(info, sect_first, sect_last); in do_flerase() 438 int i, n, sect_first = 0, sect_last = 0; in do_protect() local 488 if ((n = abbrev_spec(argv[2], &info, §_first, §_last)) != 0) { in do_protect() 494 p ? "" : "Un-", sect_first, sect_last, in do_protect() 496 for (i = sect_first; i <= sect_last; i++) { in do_protect()
|