Home
last modified time | relevance | path

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

/external/u-boot/env/
Dflash.c131 if (flash_sect_protect(0, (ulong)flash_addr, end_addr)) in env_flash_save()
137 if (flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new)) in env_flash_save()
214 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_save()
215 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_save()
267 if (flash_sect_protect(0, (long)flash_addr, end_addr)) in env_flash_save()
302 flash_sect_protect(1, (long)flash_addr, end_addr); in env_flash_save()
329 flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new); in env_flash_load()
333 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_load()
341 flash_sect_protect(0, (ulong)flash_addr, end_addr); in env_flash_load()
345 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_load()
/external/u-boot/cmd/
Dflash.c529 rcode = flash_sect_protect (p, addr_first, addr_last); in do_protect()
583 rcode = flash_sect_protect (p, addr_first, addr_last); in do_protect()
589 int flash_sect_protect (int p, ulong addr_first, ulong addr_last) in flash_sect_protect() function
/external/u-boot/include/
Dflash.h91 extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);