HomeSort by relevance Sort by last modified time
    Searched refs:flash_protect (Results 1 - 9 of 9) sorted by null

  /external/u-boot/board/socrates/
socrates.c 106 flash_protect (FLAG_PROTECT_CLEAR,
111 flash_protect (FLAG_PROTECT_SET,
116 flash_protect (FLAG_PROTECT_SET,
122 flash_protect (FLAG_PROTECT_SET,
  /external/u-boot/board/spear/x600/
x600.c 42 flash_protect(FLAG_PROTECT_SET,
  /external/u-boot/drivers/mtd/
cfi_mtd.c 112 flash_protect(FLAG_PROTECT_SET, fi->start[0] + ofs,
124 flash_protect(FLAG_PROTECT_CLEAR, fi->start[0] + ofs,
pic32_flash.c 417 flash_protect(FLAG_PROTECT_SET,
425 flash_protect(FLAG_PROTECT_SET,
cfi_flash.c     [all...]
  /external/u-boot/common/
flash.c 27 flash_protect (int flag, ulong from, ulong to, flash_info_t *info) function
41 debug ("flash_protect %s: from 0x%08lX to 0x%08lX\n",
  /external/u-boot/board/cobra5272/
flash.c 99 flash_protect (FLAG_PROTECT_SET,
  /external/u-boot/board/freescale/m5253demo/
flash.c 49 flash_protect(FLAG_PROTECT_SET,
  /external/u-boot/include/
flash.h 97 extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);
135 * Protection Flags for flash_protect():

Completed in 236 milliseconds