Searched defs:_s (Results 1 – 4 of 4) sorted by relevance
210 int FPU_load_int64(long long __user *_s) in FPU_load_int64()240 int FPU_load_int32(long __user *_s, FPU_REG *loaded_data) in FPU_load_int32()269 int FPU_load_int16(short __user *_s, FPU_REG *loaded_data) in FPU_load_int16()
84 #define PLLVAL(_m, _p, _s) (((_m) << 12) | ((_p) << 4) | (_s)) argument
26 } _s; member
14 #define S3C2410_PLLVAL(_m,_p,_s) ((_m) << 12 | ((_p) << 4) | ((_s))) argument