HomeSort by relevance Sort by last modified time
    Searched defs:mask_flags (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/linux/mtd/
partitions.h 30 * mask_flags: contains flags that have to be masked (removed) from the
33 * MTD_WRITEABLE to the mask_flags will do the trick.
43 uint32_t mask_flags; /* master MTD flags to mask out for this partition */ member in struct:mtd_partition
  /external/u-boot/include/jffs2/
load_kernel.h 36 u32 mask_flags; /* kernel MTD mask flags */ member in struct:part_info
  /external/u-boot/board/nokia/rx51/
tag_omap.h 125 unsigned int mask_flags; member in struct:omap_partition_config
278 .u.partition.mask_flags = p4, \
  /external/u-boot/cmd/
mtdparts.c 106 /* this flag needs to be set in part_info struct mask_flags
605 unsigned int mask_flags; local
653 mask_flags = 0;
655 mask_flags |= MTD_WRITEABLE_CMD;
684 part->mask_flags = mask_flags;
702 part->offset, part->mask_flags);
1159 if (part->mask_flags && MTD_WRITEABLE_CMD) {
1276 part->mask_flags);
1287 part->offset, part->mask_flags);
    [all...]

Completed in 580 milliseconds