Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 90) sorted by relevance

1234

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_cp15.h263 __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 …]
Dcmsis_clang_a.h177 __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 …]
Dcmsis_gcc_a.h184 __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 …]
Dcmsis_armclang_a.h164 #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/
Dcy_utils.h174 #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/
Dnrfx_glue.h168 #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/
DCV_CAL1Cache.c96 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
DCV_CoreInstr.c171 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/
Dsystimer_armv8-m_drv.c92 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/
Dcmsis_iccarm_m.h644 __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 …]
Dcmsis_gcc_m.h290 __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 …]
Dcmsis_armclang_m.h229 #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 …]
Dcmsis_clang_m.h234 #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 …]
Dcmsis_tiarmclang_m.h229 #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/
Dspm_log.c23 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/
Dinterrupts_bl2.c26 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/
Dvio.c117 void vioSetValue (uint32_t id, int32_t value) { in vioSetValue()
139 int32_t value = 0; in vioGetValue() local
Dvio_memory.c67 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/
Dnv_counters.c163 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/
Dnv_counters.c111 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/
Dcfi_drv.c37 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/
Dmhu_wrapper_v3_x.c60 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()
Dmhu_wrapper_v2_x.c48 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/
Dtest_proj_otp.c24 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/
Dmhu_wrapper_v2_x.c48 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()

1234