Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_trusted_boot.c29 unsigned int words, i; in juno_get_rotpk_info_regs() local
64 words = ARM_ROTPK_HASH_LEN >> 3; in juno_get_rotpk_info_regs()
68 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs()
69 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs()
79 for (i = 0 ; i < words ; i++) { in juno_get_rotpk_info_regs()
80 tmp = src[words - 1 - i]; in juno_get_rotpk_info_regs()
/rk3399_ARM-atf/lib/zlib/
H A Dcrc32.c711 z_word_t const *words; in crc32_z() local
724 words = (z_word_t const *)buf; in crc32_z()
781 word0 = crc0 ^ words[0]; in crc32_z()
783 word1 = crc1 ^ words[1]; in crc32_z()
785 word2 = crc2 ^ words[2]; in crc32_z()
787 word3 = crc3 ^ words[3]; in crc32_z()
789 word4 = crc4 ^ words[4]; in crc32_z()
791 word5 = crc5 ^ words[5]; in crc32_z()
797 words += N; in crc32_z()
841 crc = crc_word(crc0 ^ words[0]); in crc32_z()
[all …]
/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk258 with.ns.stack.head = $(words $(with.ns.stack))
289 $(with.ns).bind.next = $(words 0 $($(with.ns).bind.idx))
296 $(with.ns).text.next = $(words 1 2 $($(with.ns).text.idx))
337 $(bind.kind.ns).words.idx :=
338 $(bind.kind.ns).words.next = $(words 1 $($(bind.kind.ns).words.idx))
339 $(bind.kind.ns).words = $\
340 $(wordlist $($(bind.kind.ns).words.next),$(words $(2)),$(2))
348 $(bind.name) := $(firstword $($(bind.kind.ns).words))
351 ifeq ($($(bind.kind.ns).words.next),$(words $($(bind.kind.ns))))
352 $(bind.name) := $($(bind.kind.ns).words)
[all …]
H A Dbuild_macros.mk147 $(eval $(1) += $(words $($(1))))\
149 $(eval $(1) += $(words $($(1))))\
/rk3399_ARM-atf/plat/arm/board/common/
H A Dboard_arm_trusted_boot.c63 unsigned int words, i; in arm_get_rotpk_info_regs() local
74 words = ARM_ROTPK_HASH_LEN >> 2; in arm_get_rotpk_info_regs()
77 for (i = 0 ; i < words ; i++) { in arm_get_rotpk_info_regs()
78 tmp = src[words - 1 - i]; in arm_get_rotpk_info_regs()
/rk3399_ARM-atf/plat/brcm/board/common/
H 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()
/rk3399_ARM-atf/plat/mediatek/build_helpers/
H A Dmtk_build_helpers.mk9 $(patsubst %/,%,$(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))
/rk3399_ARM-atf/docs/perf/
H 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
/rk3399_ARM-atf/plat/rockchip/rk3368/drivers/ddr/
H 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()
/rk3399_ARM-atf/docs/components/
H A Darm-sip-service.rst61 The parameters *PC hi* and *PC lo* defines upper and lower words, respectively,
H A Dcot-binding.rst44 In other words, certificates which are validated
H A Dgranule-protection-tables-design.rst270 In other words, we can find the total size of ``bitlock_t`` array
H A Dexception-handling.rst179 interrupts to a priority level. In other words, all interrupts that are to
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst212 Use lowercase for function names, separating multiple words with an underscore
227 lowercase with underscore separation between multiple words. An example is
/rk3399_ARM-atf/docs/about/
H A Dlts.rst82 #. Patches can only be backported from the master branch. In other words, the
150 words, there will be one TFTF LTS branch corresponding to each TF-A LTS branch.
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst698 security state; in other words, whether the image is to be executed in Secure,
1364 In other words, the reset handler should be able to detect whether an action has
1705 …right boundary. In other words, ``__<SECTION>_SIZE__ = __<SECTION>_END__ - _<SECTION>_START__``. R…
1711 rounding up due to some alignment constraint. In other words,
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst766 words, a platform cannot have, at the same time, cores that require
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3784 after the powerdown ``wfi``. In other words it may run after a call to
H A Dchange-log.md627 …- add shell fragment length utility (`shell-words`) ([8165d82](https://review.trustedfirmware.org/…