Searched refs:MTD_POWERUP_LOCK (Results 1 – 9 of 9) sorted by relevance
153 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
205 parts[nr_parts].mask_flags |= MTD_POWERUP_LOCK; in scpart_parse()
164 parts[i].mask_flags |= MTD_POWERUP_LOCK; in parse_fixed_partitions()
152 mask_flags |= MTD_POWERUP_LOCK; in newpart()
399 .flags = (MTD_CAP_NVRAM | MTD_POWERUP_LOCK),
218 mtd->flags |= MTD_POWERUP_LOCK; in fixup_at49bv640dx_lock()329 mtd->flags |= MTD_POWERUP_LOCK; in fixup_unlock_powerup_lock()2517 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_suspend()2629 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_resume()
349 mtd->flags |= MTD_POWERUP_LOCK; in fixup_use_atmel_lock()
66 0x2000: MTD_POWERUP_LOCK - always locked after reset
698 if ((mtd->flags & MTD_WRITEABLE) && (mtd->flags & MTD_POWERUP_LOCK)) { in add_mtd_device()
Completed in 25 milliseconds