Searched refs:locked (Results 1 - 10 of 10) sorted by relevance

/u-boot/test/dm/
H A Dcros_ec.c149 u32 locked; local
155 ut_asserteq(4, cros_ec_vstore_info(dev, &locked));
156 ut_asserteq(0, locked);
163 /* Check it is locked */
164 ut_asserteq(4, cros_ec_vstore_info(dev, &locked));
165 ut_asserteq(1 << 2, locked);
/u-boot/arch/arm/mach-stm32mp/
H A Dcmd_stm32key.c111 static int read_key_otp(struct udevice *dev, const struct stm32key *key, bool print, bool *locked) argument
138 if (locked)
139 *locked = status;
143 printf("%s is not locked!\n", key->name);
350 printf("Error: %s is locked\n", key->name);
406 printf("Warning: %s not locked!\n", key->name);
/u-boot/include/mtd/
H A Dmtd-abi.h96 #define MTD_POWERUP_LOCK 0x2000 /* Always locked after reset */
137 __u32 locked; member in struct:otp_info
188 /* Check if chip is locked (for MTD that supports it) */
/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c73 bool locked; member in struct:vstore_slot
534 if (ec->slot[i].locked)
547 slot->locked = true;
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1410 if (cache && !cache->locked) {
1501 !dev->cache[i].locked &&
3456 cache->locked = 0;
3464 cache->locked = 1;
3468 cache->locked = 0;
3580 cache->locked = 0;
3596 cache->locked = 1;
3601 cache->locked = 0;
H A Dyaffs_guts.h135 int locked; /* Can't push out or flush while locked. */ member in struct:yaffs_cache
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c501 printk("onenand_wait: it's locked error = 0x%04x\n",
2273 int syscfg, locked; local
2288 locked = 0;
2290 locked = 1;
2297 this->boundary[die], locked ? "(Locked)" : "(Unlocked)");
2476 /* Check is boundary is locked */
2482 printk(KERN_ERR "flexonenand_set_boundary: boundary locked\n");
/u-boot/cmd/
H A Dmtd.c412 printf("\tlocked: %u\n", otp_info.locked);
/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c1173 * Return 1 if the entire region is locked (if @locked is true) or unlocked (if
1174 * @locked is false); 0 otherwise
1177 u8 sr, bool locked)
1187 if (locked)
1188 /* Requested range is a sub-range of locked range */
1191 /* Requested range does not overlap with locked range */
1272 /* lock_len: length of region that should end up locked */
1333 /* If nothing in our range is locked, we don't need to do anything */
1337 /* If anything below us is locked, w
1176 stm_check_lock_status_sr(struct spi_nor *nor, loff_t ofs, u64 len, u8 sr, bool locked) argument
[all...]
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c1320 // Do range calc even when locked; it could happen
1327 if (!(flags & 1)) { // only when not locked
1478 flags = 1; // say its locked to get blank
1686 int unsaturated, locked; local
1777 locked = (dsk_counts.unlocked == 0);
1782 if (!locked) { // and not locked

Completed in 195 milliseconds