Searched refs:locked (Results 1 – 18 of 18) sorted by relevance
/u-boot/test/dm/ |
A D | cros_ec.c | 149 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 D | Kconfig | 426 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 D | README.fuse | 61 fuses have already been programmed or are locked (if the SoC allows to 62 override a locked fuse).
|
A D | README.ti-secure | 5 code to function. Without this, even JTAG remains locked and the
|
A D | README.nand | 330 set NAND chip to lock state (all pages locked)
|
A D | README.armada-secureboot | 318 function calls, and the fuse line is only really written and locked (on writing
|
/u-boot/doc/device-tree-bindings/memory-controllers/ |
A D | k3-am654-ddrss.txt | 32 - clock-frequency: Frequency at which DDR pll should be locked.
|
/u-boot/include/mtd/ |
A D | mtd-abi.h | 137 __u32 locked; member
|
/u-boot/drivers/misc/ |
A D | cros_ec_sandbox.c | 70 bool locked; member 523 if (ec->slot[i].locked) in process_cmd() 536 slot->locked = true; in process_cmd()
|
/u-boot/fs/yaffs2/ |
A D | yaffs_guts.c | 1410 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 D | yaffs_guts.h | 135 int locked; /* Can't push out or flush while locked. */ member
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 2275 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 D | spi-nor-core.c | 648 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 D | stm32mp1.rst | 430 3) check lock status of fuse 57 & 58 (at 0x39, 0=unlocked, 1=locked)::
|
/u-boot/doc/uImage.FIT/ |
A D | beaglebone_vboot.txt | 429 signature check noticing. The configuration is essentially locked. U-Boot has
|
/u-boot/drivers/ram/octeon/ |
A D | octeon3_lmc.c | 1692 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 D | dlmalloc.src | 730 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 D | README | 4216 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