Home
last modified time | relevance | path

Searched refs:xchg_u32 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h208 static __inline__ unsigned long xchg_u32(volatile int * m, unsigned long val) in xchg_u32() function
248 return xchg_u32(ptr, x); in __xchg()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h173 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() function
203 __xchg__res = xchg_u32(__xchg_ptr, x); \