Searched refs:xchg_u32 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dsystem.h149 xchg_u32(volatile void *p, unsigned long val) function
177 return (unsigned long) xchg_u32(ptr, x);
187 return (void *) xchg_u32(m, (unsigned long) val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsystem.h131 static inline unsigned long xchg_u32(volatile int * m, unsigned long val) function
157 return xchg_u32(ptr, x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dsystem.h80 #define xchg_u32(val, m) __builtin_xchg((void *)m, val) macro
88 return xchg_u32(x, ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsystem.h163 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) function
193 __xchg__res = xchg_u32(__xchg_ptr, x); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsystem.h207 static inline unsigned long xchg_u32(__volatile__ unsigned long *m, unsigned long val) function
244 return xchg_u32(ptr, x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dsystem.h163 * xchg_u32
172 static inline unsigned long xchg_u32(volatile int * m, unsigned long val) function
201 return xchg_u32(ptr, x);

Completed in 121 milliseconds