Home
last modified time | relevance | path

Searched refs:flash_real_protect (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/common/
Dflash.c65 flash_real_protect(info, i, 0); in flash_protect()
73 flash_real_protect(info, i, 1); in flash_protect()
Dupdate.c151 if (flash_real_protect(info, i, prot)) in update_flash_protect()
/external/u-boot/cmd/
Dflash.c474 if (flash_real_protect(info, i, p)) in do_protect()
498 if (flash_real_protect(info, i, p)) in do_protect()
560 if (flash_real_protect(info, i, p)) in do_protect()
615 if (flash_real_protect(info, i, p)) in flash_sect_protect()
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Deflash.c151 int flash_real_protect (flash_info_t *info, long sector, int prot) in flash_real_protect() function
/external/u-boot/include/
Dflash.h109 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
/external/u-boot/drivers/mtd/
Dcfi_flash.c1479 int flash_real_protect(flash_info_t *info, long sector, int prot) in flash_real_protect() function
1595 flash_real_protect(info, i, 1); in flash_real_protect()
2428 flash_real_protect(&flash_info[i], 0, 0); in flash_init()