Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Dflash.c132 if (flash_sect_protect(0, (ulong)flash_addr, end_addr)) in env_flash_save()
138 if (flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new)) in env_flash_save()
215 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_save()
216 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_save()
268 if (flash_sect_protect(0, (long)flash_addr, end_addr)) in env_flash_save()
303 flash_sect_protect(1, (long)flash_addr, end_addr); in env_flash_save()
330 flash_sect_protect(0, (ulong)flash_addr_new, end_addr_new); in env_flash_load()
334 flash_sect_protect(1, (ulong)flash_addr_new, end_addr_new); in env_flash_load()
342 flash_sect_protect(0, (ulong)flash_addr, end_addr); in env_flash_load()
346 flash_sect_protect(1, (ulong)flash_addr, end_addr); in env_flash_load()
/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c530 rcode = flash_sect_protect (p, addr_first, addr_last); in do_protect()
584 rcode = flash_sect_protect (p, addr_first, addr_last); in do_protect()
590 int flash_sect_protect (int p, ulong addr_first, ulong addr_last) in flash_sect_protect() function
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h92 extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);