Searched refs:flash_sect_protect (Results 1 – 4 of 4) sorted by relevance
/u-boot/env/ |
A D | flash.c | 133 if (flash_sect_protect(0, (ulong)flash_addr, end_addr)) in env_flash_save() 139 if (flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new)) in env_flash_save() 216 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_save() 217 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_save() 269 if (flash_sect_protect(0, (long)flash_addr, end_addr)) in env_flash_save() 304 flash_sect_protect(1, (long)flash_addr, end_addr); in env_flash_save() 331 flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new); in env_flash_load() 335 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_load() 343 flash_sect_protect(0, (ulong)flash_addr, end_addr); in env_flash_load() 347 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_load()
|
/u-boot/board/Arcturus/ucp1020/ |
A D | cmd_arc.c | 184 flash_sect_protect(0, fwenv_addr[i], fwenv_end); in set_nor_arc_product() 190 flash_sect_protect(1, fwenv_addr[i], fwenv_end); in set_nor_arc_product()
|
/u-boot/cmd/ |
A D | flash.c | 534 rcode = flash_sect_protect(p, addr_first, in do_protect() 589 rcode = flash_sect_protect(p, addr_first, addr_last); in do_protect() 595 int flash_sect_protect(int p, ulong addr_first, ulong addr_last) in flash_sect_protect() function
|
/u-boot/include/ |
A D | flash.h | 91 int flash_sect_protect(int flag, ulong addr_first, ulong addr_last);
|
Completed in 9 milliseconds