Searched refs:new_val (Results 1 – 3 of 3) sorted by relevance
/lk-master/external/platform/nrfx/soc/ |
A D | nrfx_atomic.c | 51 uint32_t new_val; in nrfx_atomic_u32_fetch_store() 53 (void) new_val; in nrfx_atomic_u32_fetch_store() 74 return new_val; in nrfx_atomic_u32_store() 91 (void) new_val; in nrfx_atomic_u32_fetch_or() 111 return new_val; in nrfx_atomic_u32_or() 129 (void) new_val; in nrfx_atomic_u32_fetch_and() 149 return new_val; in nrfx_atomic_u32_and() 167 (void) new_val; in nrfx_atomic_u32_fetch_xor() 187 return new_val; in nrfx_atomic_u32_xor() 205 (void) new_val; in nrfx_atomic_u32_fetch_add() [all …]
|
A D | nrfx_atomic_internal.h | 245 #define NRFX_ATOMIC_OP(asm_op, old_val, new_val, ptr, value) \ 256 [new_val] "=&r" (new_val), \ 265 #define NRFX_ATOMIC_OP_mov(new_val, old_val, value) "mov %["#new_val"], %["#value"]\n" 266 #define NRFX_ATOMIC_OP_orr(new_val, old_val, value) "orr %["#new_val"], %["#old_val"], %["#value"]\… 267 #define NRFX_ATOMIC_OP_and(new_val, old_val, value) "and %["#new_val"], %["#old_val"], %["#value"]\… 268 #define NRFX_ATOMIC_OP_eor(new_val, old_val, value) "eor %["#new_val"], %["#old_val"], %["#value"]\… 269 #define NRFX_ATOMIC_OP_add(new_val, old_val, value) "add %["#new_val"], %["#old_val"], %["#value"]\… 270 #define NRFX_ATOMIC_OP_sub(new_val, old_val, value) "sub %["#new_val"], %["#old_val"], %["#value"]\… 271 #define NRFX_ATOMIC_OP_sub_hs(new_val, old_val, value) \ 274 "subhs %["#new_val"], %["#old_val"], %["#value"]\n" \ [all …]
|
/lk-master/dev/interrupt/arm_gic/ |
A D | arm_gic.c | 299 u_int new_val; in arm_gic_set_target_locked() local 305 new_val = (gicd_itargetsr[reg] & ~cpu_mask) | enable_mask; in arm_gic_set_target_locked() 306 GICREG(0, GICD_ITARGETSR(reg)) = gicd_itargetsr[reg] = new_val; in arm_gic_set_target_locked() 308 irq, reg, old_val, new_val, GICREG(0, GICD_ITARGETSR(reg))); in arm_gic_set_target_locked()
|
Completed in 6 milliseconds