Home
last modified time | relevance | path

Searched defs:tas (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dsystem.h132 #define tas(ptr) (xchg ((ptr), 1)) macro
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h85 static inline unsigned long tas(volatile int *m) in tas() function
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h241 #define tas(ptr) (xchg((ptr),1)) macro