Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dflash.c66 flash_real_protect(info, i, 0); in flash_protect()
74 flash_real_protect(info, i, 1); in flash_protect()
H A Dupdate.c151 if (flash_real_protect(info, i, prot)) in update_flash_protect()
/OK3568_Linux_fs/u-boot/cmd/
H A Dflash.c475 if (flash_real_protect(info, i, p)) in do_protect()
499 if (flash_real_protect(info, i, p)) in do_protect()
561 if (flash_real_protect(info, i, p)) in do_protect()
616 if (flash_real_protect(info, i, p)) in flash_sect_protect()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c152 int flash_real_protect (flash_info_t *info, long sector, int prot) in flash_real_protect() function
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h110 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dcfi_flash.c1480 int flash_real_protect(flash_info_t *info, long sector, int prot) in flash_real_protect() function
1596 flash_real_protect(info, i, 1); in flash_real_protect()
2429 flash_real_protect(&flash_info[i], 0, 0); in flash_init()