Home
last modified time | relevance | path

Searched defs:word (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_bitops.h25 #define BITFIELD_GET(word, bit_offset, bit_size) \ argument
28 #define BITFIELD_SET(word, bit_offset, bit_size, new_val) do { \ argument
39 #define SWAP_ENDIAN(word) \ argument
44 #define SWAP_TO_LE(word) SWAP_ENDIAN(word) argument
45 #define SWAP_TO_BE(word) word argument
48 #define SWAP_TO_LE(word) word argument
50 #define SWAP_TO_BE(word) SWAP_ENDIAN(word) argument
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_otp.c26 uint32_t word; in cc3xx_lowlevel_otp_write() local
83 uint32_t word; in cc3xx_lowlevel_otp_read() local
Dcc3xx_pka.c652 uint32_t word; in cc3xx_lowlevel_pka_get_bit_size() local
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/
Dnv_counters.c56 uint32_t word; in count_zero_bits() local
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/
Dotp_cc312.c280 uint32_t word; in otp_read() local
353 uint32_t word; in otp_write() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dpka_ec_edw.c336 uint32_t word; in PkaEcEdwSpecialScalarMultBase() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c174 uint32_t word, carry; in FfcAddValueToMsbLsbBytesArray() local
212 uint32_t word; in FfcCmpBeBytes2LeWordsBigNum() local
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_b1/Libraries/
Dmt25ql_flash_lib.c100 static void change_bits_in_word(volatile uint32_t *word, in change_bits_in_word()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_s1/Libraries/
Dmt25ql_flash_lib.c100 static void change_bits_in_word(volatile uint32_t *word, in change_bits_in_word()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c93 static void SBU_x509_ReverseWord64Bit(uint64_t word, uint64_t *reversedWord) in SBU_x509_ReverseWord64Bit()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dqspi_ip6514e_drv.c152 static void change_bits_in_word(volatile uint32_t *word, in change_bits_in_word()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_s1/Native_Driver/
Dqspi_ip6514e_drv.c152 static void change_bits_in_word(volatile uint32_t *word, in change_bits_in_word()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/drivers/lcm/
Dlcm_drv.c405 uint32_t word; in count_zero_bits() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c2461 uint32_t word = 1; /* buffer = 1*/ in CC_FfcDhGetSharedSecretVal() local