Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h106 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dmtd-abi.h97 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/
H A Dmtd-abi.h106 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/
H A Dmtd-abi.h106 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */ macro
/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dofpart.c118 parts[i].mask_flags |= MTD_POWERUP_LOCK; in parse_fixed_partitions()
H A Dcmdlinepart.c152 mask_flags |= MTD_POWERUP_LOCK; in newpart()
/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c399 .flags = (MTD_CAP_NVRAM | MTD_POWERUP_LOCK),
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c217 mtd->flags |= MTD_POWERUP_LOCK; in fixup_at49bv640dx_lock()
328 mtd->flags |= MTD_POWERUP_LOCK; in fixup_unlock_powerup_lock()
2516 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_suspend()
2627 if ((mtd->flags & MTD_POWERUP_LOCK) in cfi_intelext_resume()
H A Dcfi_cmdset_0002.c344 mtd->flags |= MTD_POWERUP_LOCK; in fixup_use_atmel_lock()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-mtd66 0x2000: MTD_POWERUP_LOCK - always locked after reset
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.c464 if ((mtd->flags & MTD_WRITEABLE) && (mtd->flags & MTD_POWERUP_LOCK)) { in add_mtd_device()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c650 if ((mtd->flags & MTD_WRITEABLE) && (mtd->flags & MTD_POWERUP_LOCK)) { in add_mtd_device()