Searched refs:flash_real_protect (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/common/ |
H A D | flash.c | 65 flash_real_protect(info, i, 0); in flash_protect() 73 flash_real_protect(info, i, 1); in flash_protect()
|
H A D | update.c | 151 if (flash_real_protect(info, i, prot)) in update_flash_protect()
|
/openbmc/u-boot/cmd/ |
H A D | flash.c | 474 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()
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | eflash.c | 151 int flash_real_protect (flash_info_t *info, long sector, int prot) in flash_real_protect() function
|
/openbmc/u-boot/include/ |
H A D | flash.h | 109 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 1479 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()
|