Home
last modified time | relevance | path

Searched refs:words (Results 1 – 14 of 14) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/board/juno/
A Djuno_trusted_boot.c30 unsigned int words, i; in juno_get_rotpk_info_regs() local
65 words = ARM_ROTPK_HASH_LEN >> 3; in juno_get_rotpk_info_regs()
69 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs()
70 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs()
80 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs()
81 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs()
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dcrc32.c768 z_word_t const *words; local
781 words = (z_word_t const *)buf;
838 word0 = crc0 ^ words[0];
840 word1 = crc1 ^ words[1];
842 word2 = crc2 ^ words[2];
844 word3 = crc3 ^ words[3];
846 word4 = crc4 ^ words[4];
854 words += N;
914 words += N;
976 words += N;
[all …]
/arm-trusted-firmware-2.8.0/plat/arm/board/common/
A Dboard_arm_trusted_boot.c65 unsigned int words, i; in arm_get_rotpk_info_regs() local
76 words = ARM_ROTPK_HASH_LEN >> 2; in arm_get_rotpk_info_regs()
79 for (i = 0 ; i < words ; i++) { in arm_get_rotpk_info_regs()
80 tmp = src[words - 1 - i]; in arm_get_rotpk_info_regs()
/arm-trusted-firmware-2.8.0/plat/brcm/board/common/
A Dboard_arm_trusted_boot.c146 unsigned int words, i; in plat_get_rotpk_info() local
172 words = SHA256_BYTES >> 3; in plat_get_rotpk_info()
176 for (i = 0 ; i < words ; i++) { in plat_get_rotpk_info()
177 tmp = src[words - 1 - i]; in plat_get_rotpk_info()
187 for (i = 0 ; i < words ; i++) { in plat_get_rotpk_info()
188 tmp = src[words - 1 - i]; in plat_get_rotpk_info()
/arm-trusted-firmware-2.8.0/plat/mediatek/build_helpers/
A Dmtk_build_helpers.mk9 $(patsubst %/,%,$(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))
84 $(eval index_list=$(shell seq $(words $(1))))
/arm-trusted-firmware-2.8.0/docs/perf/
A Dperformance-monitoring-unit.rst121 In other words, the counter will not increment at any privilege level or
146 In other words, if this bit is ``0`` then no counters will increment
/arm-trusted-firmware-2.8.0/make_helpers/
A Dbuild_macros.mk31 $(if $(1),$$(subst $(firstword $(1)),$(call uppercase_internal,$(wordlist 2,$(words $(1)),$(1)),$(2…
93 $(eval $(1) += $(words $($(1))))\
95 $(eval $(1) += $(words $($(1))))\
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3368/drivers/ddr/
A Dddr_rk3368.c216 static void ddr_copy(uint32_t *pdest, uint32_t *psrc, uint32_t words) in ddr_copy() argument
220 for (i = 0; i < words; i++) in ddr_copy()
/arm-trusted-firmware-2.8.0/docs/components/
A Dcot-binding.rst44 In other words, certificates which are validated
A Darm-sip-service.rst60 The parameters *PC hi* and *PC lo* defines upper and lower words, respectively,
A Dexception-handling.rst179 interrupts to a priority level. In other words, all interrupts that are to
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-style.rst209 Use lowercase for function names, separating multiple words with an underscore
224 lowercase with underscore separation between multiple words. An example is
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst1312 In other words, the reset handler should be able to detect whether an action has
1580 …right boundary. In other words, ``__<SECTION>_SIZE__ = __<SECTION>_END__ - _<SECTION>_START__``. R…
1586 rounding up due to some alignment constraint. In other words,
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst592 words, a platform cannot have, at the same time, cores that require

Completed in 23 milliseconds