| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/a-profile/ |
| D | cmsis_cp15.h | 263 __STATIC_FORCEINLINE void __set_CNTFRQ(uint32_t value) in __set_CNTFRQ() 287 __STATIC_FORCEINLINE void __set_CNTP_TVAL(uint32_t value) in __set_CNTP_TVAL() 324 __STATIC_FORCEINLINE void __set_CNTP_CVAL(uint64_t value) in __set_CNTP_CVAL() 348 __STATIC_FORCEINLINE void __set_CNTP_CTL(uint32_t value) in __set_CNTP_CTL() 374 __STATIC_FORCEINLINE void __set_CNTV_TVAL(uint32_t value) in __set_CNTV_TVAL() 405 __STATIC_FORCEINLINE void __set_CNTV_CVAL(uint64_t value) in __set_CNTV_CVAL() 425 __STATIC_FORCEINLINE void __set_CNTV_CTL(uint32_t value) in __set_CNTV_CTL() 447 __STATIC_FORCEINLINE void __set_TLBIALL(uint32_t value) in __set_TLBIALL() 456 __STATIC_FORCEINLINE void __set_BPIALL(uint32_t value) in __set_BPIALL() 465 __STATIC_FORCEINLINE void __set_ICIALLU(uint32_t value) in __set_ICIALLU() [all …]
|
| D | cmsis_clang_a.h | 177 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() 196 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() 210 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH() 248 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 257 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT() 271 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() 341 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB() 358 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH() 375 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW() 431 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX() [all …]
|
| D | cmsis_gcc_a.h | 184 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() 203 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() 217 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH() 255 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 264 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT() 278 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() 364 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB() 381 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH() 398 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW() 454 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX() [all …]
|
| D | cmsis_armclang_a.h | 164 #define __REV(value) __builtin_bswap32(value) argument 173 #define __REV16(value) __ROR(__REV(value), 16) argument 182 #define __REVSH(value) (int16_t)__builtin_bswap16(value) argument 210 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 228 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() 339 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX() 399 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() 411 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT() 423 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/include/ |
| D | cy_utils.h | 174 #define CY_SET_REG8(addr, value) (*((volatile uint8_t *)(addr)) = (uint8_t)(value)) argument 202 #define CY_SET_REG16(addr, value) (*((volatile uint16_t *)(addr)) = (uint16_t)(value)) argument 232 #define CY_SET_REG24(addr, value) do \ argument 268 #define CY_SET_REG32(addr, value) (*((volatile uint32_t *)(addr)) = (uint32_t)(value)) argument 280 #define _CLR_SET_FLD32U(reg, field, value) (((reg) & ((uint32_t)(~(field ## _Msk)))) | (_VAL2FLD(fi… argument 292 #define CY_REG32_CLR_SET(reg, field, value) ((reg) = _CLR_SET_FLD32U((reg), field, (value))) argument 304 #define _CLR_SET_FLD16U(reg, field, value) ((uint16_t)(((reg) & ((uint16_t)(~(field ## _Msk)))) | … argument 317 #define CY_REG16_CLR_SET(reg, field, value) ((reg) = _CLR_SET_FLD16U((reg), field, (value))) argument 329 #define _CLR_SET_FLD8U(reg, field, value) ((uint8_t)(((reg) & ((uint8_t)(~(field ## _Msk)))) | \ argument 342 #define CY_REG8_CLR_SET(reg, field, value) ((reg) = _CLR_SET_FLD8U((reg), field, (value))) argument [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/common/ |
| D | nrfx_glue.h | 168 #define NRFX_ATOMIC_FETCH_STORE(p_data, value) __atomic_exchange_n(p_data, value, __ATOMIC_SEQ_CST) argument 178 #define NRFX_ATOMIC_FETCH_OR(p_data, value) __atomic_fetch_or(p_data, value, __ATOMIC_SEQ_CST) argument 189 #define NRFX_ATOMIC_FETCH_AND(p_data, value) __atomic_fetch_and(p_data, value, __ATOMIC_SEQ_CST) argument 200 #define NRFX_ATOMIC_FETCH_XOR(p_data, value) __atomic_fetch_xor(p_data, value, __ATOMIC_SEQ_CST) argument 211 #define NRFX_ATOMIC_FETCH_ADD(p_data, value) __atomic_fetch_add(p_data, value, __ATOMIC_SEQ_CST) argument 222 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) __atomic_fetch_sub(p_data, value, __ATOMIC_SEQ_CST) argument
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/ |
| D | CV_CAL1Cache.c | 96 volatile uint32_t value = 0x0815U; in TC_CAL1Cache_InvalidateDCacheAll() local 126 uint32_t value = 0x0815U; in TC_CAL1Cache_CleanDCacheAll() local 156 uint32_t value = 0x0815U; in TC_CAL1Cache_CleanInvalidateDCacheAll() local
|
| D | CV_CoreInstr.c | 171 volatile int16_t value = 0U; in TC_CoreInstr_REVSH() local 198 volatile uint32_t value = 0U; in TC_CoreInstr_RBIT() local 229 volatile uint32_t value = 0U; in TC_CoreInstr_ROR() local 260 volatile uint32_t value = 0U; in TC_CoreInstr_CLZ() local 295 volatile int32_t value = 0; in TC_CoreInstr_SSAT() local 338 volatile int32_t value = 0U; in TC_CoreInstr_USAT() local 386 volatile uint32_t value = 0U; in TC_CoreInstr_RRX() local
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/timer/armv8m/ |
| D | systimer_armv8-m_drv.c | 92 uint64_t value = 0; in systimer_armv8_m_get_counter_value() local 110 uint64_t value) in systimer_armv8_m_set_compare_value() 121 uint64_t value = 0; in systimer_armv8_m_get_compare_value() local 131 uint32_t value) in systimer_armv8_m_set_counter_freq() 147 uint32_t value) in systimer_armv8_m_set_timer_value() 222 uint64_t value = 0; in systimer_armv8_m_get_autoinc_value() local 233 uint32_t value) in systimer_armv8_m_set_autoinc_reload()
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/ |
| D | cmsis_iccarm_m.h | 644 __IAR_FT uint32_t __STREXW(uint32_t value, uint32_t volatile *ptr) in __STREXW() 654 __IAR_FT uint32_t __RRX(uint32_t value) in __RRX() 661 __IAR_FT void __set_BASEPRI_MAX(uint32_t value) in __set_BASEPRI_MAX() 702 __IAR_FT void __set_MSPLIM(uint32_t value) in __set_MSPLIM() 728 __IAR_FT void __set_PSPLIM(uint32_t value) in __set_PSPLIM() 747 __IAR_FT void __TZ_set_CONTROL_NS(uint32_t value) in __TZ_set_CONTROL_NS() 760 __IAR_FT void __TZ_set_PSP_NS(uint32_t value) in __TZ_set_PSP_NS() 772 __IAR_FT void __TZ_set_MSP_NS(uint32_t value) in __TZ_set_MSP_NS() 783 __IAR_FT void __TZ_set_SP_NS(uint32_t value) in __TZ_set_SP_NS() 795 __IAR_FT void __TZ_set_PRIMASK_NS(uint32_t value) in __TZ_set_PRIMASK_NS() [all …]
|
| D | cmsis_gcc_m.h | 290 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value) in __REV() 302 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16() 317 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH() 347 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 356 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT() 384 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() 411 #define __SSAT(value, sat) __ssat(value, sat) argument 421 #define __USAT(value, sat) __usat(value, sat) argument 510 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB() 544 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH() [all …]
|
| D | cmsis_armclang_m.h | 229 #define __REV(value) __rev(value) argument 238 #define __REV16(value) __rev16(value) argument 247 #define __REVSH(value) __revsh(value) argument 267 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 276 #define __RBIT(value) __rbit(value) argument 285 #define __CLZ(value) __clz(value) argument 298 #define __SSAT(value, sat) __ssat(value, sat) argument 308 #define __USAT(value, sat) __usat(value, sat) argument 444 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX() 504 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() [all …]
|
| D | cmsis_clang_m.h | 234 #define __REV(value) __rev(value) argument 243 #define __REV16(value) __rev16(value) argument 252 #define __REVSH(value) __revsh(value) argument 272 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 281 #define __RBIT(value) __rbit(value) argument 290 #define __CLZ(value) __clz(value) argument 303 #define __SSAT(value, sat) __ssat(value, sat) argument 313 #define __USAT(value, sat) __usat(value, sat) argument 449 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX() 509 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() [all …]
|
| D | cmsis_tiarmclang_m.h | 229 #define __REV(value) __rev(value) argument 238 #define __REV16(value) __rev16(value) argument 247 #define __REVSH(value) __revsh(value) argument 267 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument 276 #define __RBIT(value) __rbit(value) argument 285 #define __CLZ(value) __clz(value) argument 298 #define __SSAT(value, sat) __ssat(value, sat) argument 308 #define __USAT(value, sat) __usat(value, sat) argument 444 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX() 504 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT() [all …]
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | spm_log.c | 23 static void to_hex(uint32_t value, char msg[]) in to_hex() 36 int32_t spm_log_msgval(const char *msg, size_t len, uint32_t value) in spm_log_msgval()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/bl2/ |
| D | interrupts_bl2.c | 26 static int mhu_scp_rse_systop_on_doorbell_handler(uint32_t value) in mhu_scp_rse_systop_on_doorbell_handler() 49 uint32_t ch, value, mask = 0; in CMU_MHU4_Receiver_Handler() local
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/VIO/Source/ |
| D | vio.c | 117 void vioSetValue (uint32_t id, int32_t value) { in vioSetValue() 139 int32_t value = 0; in vioGetValue() local
|
| D | vio_memory.c | 67 void vioSetValue (uint32_t id, int32_t value) { in vioSetValue() 80 int32_t value = 0; in vioGetValue() local
|
| /trusted-firmware-m-latest/platform/ext/common/template/ |
| D | nv_counters.c | 163 uint32_t value) in set_nv_counter_otp() 198 uint32_t value) in set_nv_counter_flash() 234 uint32_t value) in tfm_plat_set_nv_counter()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | nv_counters.c | 111 uint32_t value) in set_nv_counter_otp() 141 uint32_t value) in tfm_plat_set_nv_counter()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/flash/cfi/ |
| D | cfi_drv.c | 37 static inline void mmio_write_32(uintptr_t addr, uint32_t value) in mmio_write_32() 42 static inline void mmio_write_8(uintptr_t addr, uint8_t value) in mmio_write_8() 56 void nor_cfi_reg_write(uintptr_t addr, uint32_t value){ in nor_cfi_reg_write()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/native_drivers/ |
| D | mhu_wrapper_v3_x.c | 60 void* mhu_sender_dev, uint32_t value) in signal_and_wait_for_clear() 105 void* mhu_receiver_dev, uint32_t value) in wait_for_signal_and_clear() 142 void* mhu_receiver_dev, uint32_t value) in clear_and_wait_for_signal()
|
| D | mhu_wrapper_v2_x.c | 48 signal_and_wait_for_clear(void *mhu_sender_dev, uint32_t value) in signal_and_wait_for_clear() 81 wait_for_signal_and_clear(void *mhu_receiver_dev, uint32_t value) in wait_for_signal_and_clear()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/ |
| D | test_proj_otp.c | 24 void Test_ProjWriteOtpWord(uint32_t offsetInWords, uint32_t value) in Test_ProjWriteOtpWord() 48 uint32_t Test_ProjSetZeroBitsOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t value) in Test_ProjSetZeroBitsOtpBuff() 86 uint32_t Test_ProjSetNotInUseOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t value) in Test_ProjSetNotInUseOtpBuff()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/Native_Driver/ |
| D | mhu_wrapper_v2_x.c | 48 signal_and_wait_for_clear(void *mhu_sender_dev, uint32_t value) in signal_and_wait_for_clear() 81 wait_for_signal_and_clear(void *mhu_receiver_dev, uint32_t value) in wait_for_signal_and_clear()
|