Home
last modified time | relevance | path

Searched refs:MTD_POWERUP_LOCK (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/uapi/mtd/
Dmtd-abi.h106 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
/Linux-v5.4/drivers/mtd/parsers/
Dofpart.c118 parts[i].mask_flags |= MTD_POWERUP_LOCK; in parse_fixed_partitions()
Dcmdlinepart.c151 mask_flags |= MTD_POWERUP_LOCK; in newpart()
/Linux-v5.4/drivers/mtd/lpddr/
Dlpddr2_nvm.c456 .flags = (MTD_CAP_NVRAM | MTD_POWERUP_LOCK), in lpddr2_nvm_probe()
/Linux-v5.4/drivers/mtd/chips/
Dcfi_cmdset_0001.c217 mtd->flags |= MTD_POWERUP_LOCK; in fixup_at49bv640dx_lock()
328 mtd->flags |= MTD_POWERUP_LOCK; in fixup_unlock_powerup_lock()
2513 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_suspend()
2624 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_resume()
Dcfi_cmdset_0002.c331 mtd->flags |= MTD_POWERUP_LOCK; in fixup_use_atmel_lock()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-mtd66 0x2000: MTD_POWERUP_LOCK - always locked after reset
/Linux-v5.4/drivers/mtd/
Dmtdcore.c656 if ((mtd->flags & MTD_WRITEABLE) && (mtd->flags & MTD_POWERUP_LOCK)) { in add_mtd_device()