Home
last modified time | relevance | path

Searched refs:sect_last (Results 76 – 77 of 77) sorted by relevance

1234

/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/common/
H A Dcmd_flash.c327 int n, sect_first, sect_last; in do_flerase() local
349 if ((n = abbrev_spec(argv[1], &info, &sect_first, &sect_last)) != 0) { in do_flerase()
355 sect_first, sect_last, (info-flash_info)+1); in do_flerase()
356 rcode = flash_erase(info, sect_first, sect_last); in do_flerase()
469 int i, n, sect_first, sect_last; in do_protect() local
543 if ((n = abbrev_spec(argv[2], &info, &sect_first, &sect_last)) != 0) { in do_protect()
549 p ? "" : "Un-", sect_first, sect_last, in do_protect()
551 for (i = sect_first; i <= sect_last; i++) { in do_protect()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/common/
H A Dcmd_flash.c327 int n, sect_first, sect_last; in do_flerase() local
349 if ((n = abbrev_spec(argv[1], &info, &sect_first, &sect_last)) != 0) { in do_flerase()
355 sect_first, sect_last, (info-flash_info)+1); in do_flerase()
356 rcode = flash_erase(info, sect_first, sect_last); in do_flerase()
469 int i, n, sect_first, sect_last; in do_protect() local
543 if ((n = abbrev_spec(argv[2], &info, &sect_first, &sect_last)) != 0) { in do_protect()
549 p ? "" : "Un-", sect_first, sect_last, in do_protect()
551 for (i = sect_first; i <= sect_last; i++) { in do_protect()

1234