Searched refs:xmask (Results 1 – 2 of 2) sorted by relevance
| /include/net/ |
| A D | nsh.h | 284 static inline void __nsh_set_xflag(struct nshhdr *nsh, u16 xflag, u16 xmask) in __nsh_set_xflag() argument 287 = (nsh->ver_flags_ttl_len & ~htons(xmask)) | htons(xflag); in __nsh_set_xflag()
|
| /include/sound/ |
| A D | soc.h | 218 #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \ argument 220 .mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues} 221 #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \ argument 222 SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues) 225 .mask = xmask, .items = xitems, .texts = xtexts, \ 335 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument 341 .mask = xmask }) } 385 const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \ 387 #define SOC_VALUE_ENUM_SINGLE_DECL(name, xreg, xshift, xmask, xtexts, xvalues) \ argument 388 SOC_VALUE_ENUM_DOUBLE_DECL(name, xreg, xshift, xshift, xmask, xtexts, xvalues) [all …]
|
Completed in 13 milliseconds