Home
last modified time | relevance | path

Searched refs:FLAG_PROTECT_CLEAR (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/common/
Dflash.c43 (flag & FLAG_PROTECT_CLEAR) ? "OFF" : "???", in flash_protect()
63 if (flag & FLAG_PROTECT_CLEAR) { in flash_protect()
/external/u-boot/drivers/mtd/
Dcfi_mtd.c124 flash_protect(FLAG_PROTECT_CLEAR, fi->start[0] + ofs, in cfi_mtd_unlock()
Dcfi_flash.c2442 flash_protect(FLAG_PROTECT_CLEAR, in flash_init()
/external/u-boot/board/socrates/
Dsocrates.c106 flash_protect (FLAG_PROTECT_CLEAR, in misc_init_r()
/external/u-boot/include/
Dflash.h138 #define FLAG_PROTECT_CLEAR 0x02 macro