/external/u-boot/common/ |
flash.c | 65 flash_real_protect(info, i, 0); 73 flash_real_protect(info, i, 1);
|
update.c | 151 if (flash_real_protect(info, i, prot))
|
/external/u-boot/cmd/ |
flash.c | 474 if (flash_real_protect(info, i, p)) 498 if (flash_real_protect(info, i, p)) 560 if (flash_real_protect(info, i, p)) 615 if (flash_real_protect(info, i, p))
|
/external/u-boot/arch/arm/mach-at91/arm926ejs/ |
eflash.c | 151 int flash_real_protect (flash_info_t *info, long sector, int prot) function
|
/external/u-boot/include/ |
flash.h | 109 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
|
/external/u-boot/drivers/mtd/ |
cfi_flash.c | 1479 int flash_real_protect(flash_info_t *info, long sector, int prot) function [all...] |