/tf-a-ffa_el3_spmc/plat/rpi/rpi4/aarch64/ |
A D | armstub8_header.S | 23 .word 0x5afe570b 25 .word 0 27 .word 0x0 29 .word 0x0
|
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/ |
A D | create_pbl.c | 172 #define BYTE_SWAP_32(word) ((((word) & 0xff000000) >> 24)| \ argument 306 uint32_t word; in crypto_calculate_checksum() local 310 if ((fread(&word, sizeof(word), NUM_MEM_BLOCK, fp_rcw_pbi_op)) in crypto_calculate_checksum() 850 if (fread(&word, sizeof(word), NUM_MEM_BLOCK, fp_rcw_pbi_ip) in main() 861 if (fwrite(&word, sizeof(word), NUM_MEM_BLOCK, in main() 867 if (fread(&word, sizeof(word), NUM_MEM_BLOCK, in main() 908 while (word != 0x808f0000 && word != 0x80ff0000) { in main() 917 word = word & ~PBI_LEN_MASK; in main() 918 word = word | word_1; in main() 932 if (fwrite(&word, sizeof(word), NUM_MEM_BLOCK, in main() [all …]
|
A D | byte_swap.c | 23 #define BYTE_SWAP_32(word) ((((word) & 0xff000000) >> 24)| \ argument 24 (((word) & 0x00ff0000) >> 8) | \ 25 (((word) & 0x0000ff00) << 8) | \ 26 (((word) & 0x000000ff) << 24))
|
/tf-a-ffa_el3_spmc/include/lib/cpus/aarch32/ |
A D | cpu_macros.S | 100 .word \_this 135 .word \_midr 137 .word \_resetfunc 153 .word 0 167 .word \_name\()_errata_report 171 .word \_name\()_errata_lock 172 .word \_name\()_errata_reported
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/ |
A D | hisi_pwrc_sram.S | 64 .word 0xE1A00000 // nop 65 .word 0xE3A02003 // mov r2, #3 66 .word 0xEE0C2F50 // mcr 15, 0, r2, cr12, cr0, {2} 67 .word 0xE320F003 // wfi
|
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/ |
A D | uniphier_scp.c | 48 uint32_t word; in uniphier_scp_send_packet() local 53 word = 0; in uniphier_scp_send_packet() 56 word |= *packet++ << (8 * i); in uniphier_scp_send_packet() 58 mmio_write_32(reg, word); in uniphier_scp_send_packet()
|
/tf-a-ffa_el3_spmc/plat/rockchip/rk3328/drivers/pmu/ |
A D | plat_pmu_macros.S | 19 .word 0
|
/tf-a-ffa_el3_spmc/plat/rockchip/px30/drivers/pmu/ |
A D | plat_pmu_macros.S | 19 .word 0
|
/tf-a-ffa_el3_spmc/bl32/tsp/aarch64/ |
A D | tsp_request.S | 30 .word TSP_GET_ARGS
|
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/svc/misc/ |
A D | sci_misc_api.h | 462 sc_err_t sc_misc_otp_fuse_read(sc_ipc_t ipc, uint32_t word, uint32_t *val); 478 sc_err_t sc_misc_otp_fuse_write(sc_ipc_t ipc, uint32_t word, uint32_t val);
|
/tf-a-ffa_el3_spmc/plat/rockchip/common/pmusram/ |
A D | cpus_on_fixed_addr.S | 47 .word 0
|
/tf-a-ffa_el3_spmc/drivers/st/bsec/ |
A D | bsec.c | 849 uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word) in bsec_shadow_read_otp() argument 853 result = bsec_shadow_register(word); in bsec_shadow_read_otp() 855 ERROR("BSEC: %u Shadowing Error %i\n", word, result); in bsec_shadow_read_otp() 859 result = bsec_read_otp(otp_value, word); in bsec_shadow_read_otp() 861 ERROR("BSEC: %u Read Error %i\n", word, result); in bsec_shadow_read_otp()
|
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/ |
A D | jobdesc.c | 40 void desc_add_word(uint32_t *desc, uint32_t word) in desc_add_word() argument 46 *last = word; in desc_add_word()
|
/tf-a-ffa_el3_spmc/plat/ti/k3/common/ |
A D | k3_helpers.S | 47 .word K3_BOOT_REASON_COLD_RESET
|
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/pmu/ |
A D | plat_pmu_macros.S | 62 .word 0
|
/tf-a-ffa_el3_spmc/plat/rockchip/common/aarch32/ |
A D | plat_helpers.S | 162 .word 0
|
/tf-a-ffa_el3_spmc/plat/rockchip/common/aarch64/ |
A D | plat_helpers.S | 161 .word 0
|
/tf-a-ffa_el3_spmc/plat/imx/common/sci/svc/misc/ |
A D | misc_rpc_clnt.c | 391 sc_err_t sc_misc_otp_fuse_read(sc_ipc_t ipc, uint32_t word, uint32_t *val) in sc_misc_otp_fuse_read() argument 399 RPC_U32(&msg, 0U) = (uint32_t)word; in sc_misc_otp_fuse_read() 411 sc_err_t sc_misc_otp_fuse_write(sc_ipc_t ipc, uint32_t word, uint32_t val) in sc_misc_otp_fuse_write() argument 419 RPC_U32(&msg, 0U) = (uint32_t)word; in sc_misc_otp_fuse_write()
|
/tf-a-ffa_el3_spmc/lib/cpus/aarch64/ |
A D | wa_cve_2017_5715_bpiall.S | 114 .word EMIT_BPIALL 115 .word EMIT_SMC
|
/tf-a-ffa_el3_spmc/include/drivers/st/ |
A D | bsec.h | 202 uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word);
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | inflate.c | 458 # define CRC2(check, word) \ argument 460 hbuf[0] = (unsigned char)(word); \ 461 hbuf[1] = (unsigned char)((word) >> 8); \ 465 # define CRC4(check, word) \ argument 467 hbuf[0] = (unsigned char)(word); \ 468 hbuf[1] = (unsigned char)((word) >> 8); \ 469 hbuf[2] = (unsigned char)((word) >> 16); \ 470 hbuf[3] = (unsigned char)((word) >> 24); \
|
/tf-a-ffa_el3_spmc/include/lib/cpus/aarch64/ |
A D | cpu_macros.S | 177 .word 0
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | build_macros.mk | 92 $(if $(word $(2), $($(1))),\
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | coding-style.rst | 29 spellings of a word, the American English spelling is used.
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | xlat-tables-lib-v2-design.rst | 224 word *static* in their functions names (for example ``mmap_add_region()``), in
|