Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 18 of 18) sorted by relevance

/u-boot/test/dm/
A Dcros_ec.c149 u32 locked; in dm_test_cros_ec_vstore() local
155 ut_asserteq(4, cros_ec_vstore_info(dev, &locked)); in dm_test_cros_ec_vstore()
156 ut_asserteq(0, locked); in dm_test_cros_ec_vstore()
164 ut_asserteq(4, cros_ec_vstore_info(dev, &locked)); in dm_test_cros_ec_vstore()
165 ut_asserteq(1 << 2, locked); in dm_test_cros_ec_vstore()
/u-boot/arch/powerpc/cpu/mpc83xx/hid/
A DKconfig426 bool "No ways locked"
429 bool "Way 0 locked"
432 bool "Way 0 through 1 locked"
435 bool "Way 0 through 2 locked"
440 bool "Way 0 through 3 locked"
443 bool "Way 0 through 4 locked"
446 bool "Way 0 through 5 locked"
449 bool "Way 0 through 6 locked"
462 bool "No ways locked"
465 bool "Way 0 locked"
[all …]
/u-boot/doc/
A DREADME.fuse61 fuses have already been programmed or are locked (if the SoC allows to
62 override a locked fuse).
A DREADME.ti-secure5 code to function. Without this, even JTAG remains locked and the
A DREADME.nand330 set NAND chip to lock state (all pages locked)
A DREADME.armada-secureboot318 function calls, and the fuse line is only really written and locked (on writing
/u-boot/doc/device-tree-bindings/memory-controllers/
A Dk3-am654-ddrss.txt32 - clock-frequency: Frequency at which DDR pll should be locked.
/u-boot/include/mtd/
A Dmtd-abi.h137 __u32 locked; member
/u-boot/drivers/misc/
A Dcros_ec_sandbox.c70 bool locked; member
523 if (ec->slot[i].locked) in process_cmd()
536 slot->locked = true; in process_cmd()
/u-boot/fs/yaffs2/
A Dyaffs_guts.c1410 if (cache && !cache->locked) { in yaffs_flush_file_cache()
1501 !dev->cache[i].locked && in yaffs_grab_chunk_cache()
3456 cache->locked = 0; in yaffs_file_rd()
3464 cache->locked = 1; in yaffs_file_rd()
3468 cache->locked = 0; in yaffs_file_rd()
3580 cache->locked = 0; in yaffs_do_file_wr()
3596 cache->locked = 1; in yaffs_do_file_wr()
3601 cache->locked = 0; in yaffs_do_file_wr()
A Dyaffs_guts.h135 int locked; /* Can't push out or flush while locked. */ member
/u-boot/drivers/mtd/onenand/
A Donenand_base.c2275 int syscfg, locked; in flexonenand_get_boundary() local
2290 locked = 0; in flexonenand_get_boundary()
2292 locked = 1; in flexonenand_get_boundary()
2299 this->boundary[die], locked ? "(Locked)" : "(Unlocked)"); in flexonenand_get_boundary()
/u-boot/drivers/mtd/spi/
A Dspi-nor-core.c648 u8 sr, bool locked) in stm_check_lock_status_sr() argument
658 if (locked) in stm_check_lock_status_sr()
/u-boot/doc/board/st/
A Dstm32mp1.rst430 3) check lock status of fuse 57 & 58 (at 0x39, 0=unlocked, 1=locked)::
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt429 signature check noticing. The configuration is essentially locked. U-Boot has
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c1692 int unsaturated, locked; in perform_deskew_training() local
1783 locked = (dsk_counts.unlocked == 0); in perform_deskew_training()
1788 if (!locked) { // and not locked in perform_deskew_training()
/u-boot/common/
A Ddlmalloc.src730 program low. Mapped memory can never become `locked' between
2927 locked between two used chunks, so they cannot be given back to
/u-boot/
A DREADME4216 locked as (mis-) used as memory, etc.
4416 which provide such a feature like), or in a locked part of the data

Completed in 81 milliseconds