Symbol: _S
arch/mips/ath25/devices.h
7
#define ATH25_REG_MS(_val, _field) (((_val) & _field##_M) >> _field##_S)
arch/mips/include/asm/kvm_host.h
30
#define MIPS_CP0_32(_R, _S) \
arch/mips/include/asm/kvm_host.h
31
(KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S)))
arch/mips/include/asm/kvm_host.h
33
#define MIPS_CP0_64(_R, _S) \
arch/mips/include/asm/kvm_host.h
34
(KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
drivers/infiniband/hw/irdma/defs.h
305
(((u64)(val) << (dev)->hw_shifts[field ## _S]) & (dev)->hw_masks[field ## _M])
drivers/infiniband/hw/irdma/defs.h
307
((u64)((val) & (dev)->hw_masks[field ## _M]) >> (dev)->hw_shifts[field ## _S])
drivers/infiniband/hw/irdma/defs.h
309
(((val) << (dev)->hw_shifts[field ## _S]) & (dev)->hw_masks[field ## _M])
drivers/infiniband/hw/irdma/defs.h
311
((u64)((val) & (dev)->hw_masks[field ## _M]) >> (dev)->hw_shifts[field ## _S])
drivers/media/tuners/mc44s803_priv.h
180
(((_val) << _reg##_S) & (_reg))
drivers/media/tuners/mc44s803_priv.h
184
(((_val) & (_reg)) >> _reg##_S)
drivers/net/ethernet/intel/ice/ice.h
130
(((val) << ICE_AQ_VSI_UP_TABLE_UP##i##_S) & \
drivers/net/wireless/ath/ath5k/ath5k.h
113
(((_val) << _flags##_S) & (_flags))
drivers/net/wireless/ath/ath5k/ath5k.h
117
(((_val) & (_flags)) >> _flags##_S)
drivers/net/wireless/ath/ath5k/ath5k.h
126
(((_val) << _flags##_S) & (_flags)), _reg)
drivers/net/wireless/ath/ath6kl/target.h
133
#define SM(f, v) (((v) << f##_S) & f)
drivers/net/wireless/ath/ath6kl/target.h
134
#define MS(f, v) (((v) & f) >> f##_S)
drivers/net/wireless/ath/ath9k/hw.h
121
#define SM(_v, _f) (((_v) << _f##_S) & _f)
drivers/net/wireless/ath/ath9k/hw.h
122
#define MS(_v, _f) (((_v) & _f) >> _f##_S)
drivers/net/wireless/ath/ath9k/hw.h
124
REG_RMW(_a, _r, (((_v) << _f##_S) & _f), (_f))
drivers/net/wireless/ath/ath9k/hw.h
126
(((REG_READ(_a, _r) & _f) >> _f##_S))
drivers/net/wireless/ath/carl9170/hw.h
873
(value = ((value) & ~reg) | (((newvalue) << reg##_S) & reg))
drivers/net/wireless/ath/carl9170/hw.h
876
(((newvalue) << reg##_S) & reg)
drivers/net/wireless/ath/carl9170/hw.h
879
(((value) & ~reg) | (((newvalue) << reg##_S) & reg))
drivers/net/wireless/ath/carl9170/hw.h
882
(((value) & reg) >> reg##_S)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h
60
(((val) >> field ## _S) & field ## _M)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h
62
(((val) & (~(field ## _M << field ## _S))) | \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h
63
((unsigned)(bits) << field ## _S))
drivers/net/wireless/realtek/rtw89/core.h
4734
__RTW89_FW_FEATURE_##_grp##_S = RTW89_FW_FEATURE_##_grp##_MIN - 1, \
include/linux/ctype.h
33
#define isspace(c) ((__ismask(c)&(_S)) != 0)
include/linux/ieee80211.h
123
#define SM64(f, v) ((((u64)v) << f##_S) & f)
lib/ctype.c
14
_C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
lib/ctype.c
17
_S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
lib/ctype.c
31
_S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
lib/ts_fsm.c
101
_W|_S|_SP, _W|_P, _W|_P, _W|_P, /* 160-163 */
lib/ts_fsm.c
50
[TS_FSM_SPACE] = _S,
lib/ts_fsm.c
63
_W|_A|_C, _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C|_S, /* 8- 11 */
lib/ts_fsm.c
64
_W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C, _W|_A|_C, /* 12- 15 */
lib/ts_fsm.c
69
_W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */
net/smc/smc_clc.c
1352
memset(smc_hostname, _S, sizeof(smc_hostname)); /* ASCII blanks */
net/smc/smc_pnet.c
79
if (pnetid[0] == 0 || pnetid[0] == _S)
net/smc/smc_pnet.c
90
if ((pnetid1[i] == 0 || pnetid1[i] == _S) &&
net/smc/smc_pnet.c
91
(pnetid2[i] == 0 || pnetid2[i] == _S))
tools/include/linux/ctype.h
33
#define isspace(c) ((__ismask(c)&(_S)) != 0)
tools/lib/bpf/libbpf.c
361
return "v" _S(LIBBPF_MAJOR_VERSION) "." _S(LIBBPF_MINOR_VERSION);
tools/lib/ctype.c
13
_C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
tools/lib/ctype.c
16
_S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
tools/lib/ctype.c
30
_S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */