Searched refs:xchg_u8 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsystem.h142 static inline unsigned long xchg_u8(volatile unsigned char * m, unsigned long val) function
160 return xchg_u8(ptr, x);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsystem.h174 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) function
196 __xchg__res = xchg_u8(__xchg_ptr, x); \

Completed in 48 milliseconds