Searched refs:flash_sect_protect (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/env/ |
D | flash.c | 130 if (flash_sect_protect(0, (ulong)flash_addr, end_addr)) in env_flash_save() 136 if (flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new)) in env_flash_save() 213 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_save() 214 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_save() 266 if (flash_sect_protect(0, (long)flash_addr, end_addr)) in env_flash_save() 301 flash_sect_protect(1, (long)flash_addr, end_addr); in env_flash_save() 328 flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new); in env_flash_load() 332 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_load() 340 flash_sect_protect(0, (ulong)flash_addr, end_addr); in env_flash_load() 344 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_load()
|
/external/u-boot/board/Arcturus/ucp1020/ |
D | cmd_arc.c | 181 flash_sect_protect(0, fwenv_addr[i], fwenv_end); in set_nor_arc_product() 187 flash_sect_protect(1, fwenv_addr[i], fwenv_end); in set_nor_arc_product()
|
/external/u-boot/cmd/ |
D | flash.c | 529 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/ |
D | flash.h | 91 extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);
|