Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/mtd/
Dmtd-abi.h106 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
/Linux-v4.19/drivers/mtd/
Dofpart.c122 parts[i].mask_flags |= MTD_POWERUP_LOCK; in parse_fixed_partitions()
Dcmdlinepart.c164 mask_flags |= MTD_POWERUP_LOCK; in newpart()
Dmtdcore.c550 if ((mtd->flags & MTD_WRITEABLE) && (mtd->flags & MTD_POWERUP_LOCK)) { in add_mtd_device()
/Linux-v4.19/drivers/mtd/lpddr/
Dlpddr2_nvm.c465 .flags = (MTD_CAP_NVRAM | MTD_POWERUP_LOCK), in lpddr2_nvm_probe()
/Linux-v4.19/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()
2512 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_suspend()
2623 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_resume()
Dcfi_cmdset_0002.c273 mtd->flags |= MTD_POWERUP_LOCK; in fixup_use_atmel_lock()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-mtd66 0x2000: MTD_POWERUP_LOCK - always locked after reset