/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_patch.h | 40 #define AC97_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xtexts) \ 42 .mask = xmask, .texts = xtexts } 43 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \ 44 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_patch.h | 40 #define AC97_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xtexts) \ 42 .mask = xmask, .texts = xtexts } 43 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \ 44 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ 253 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \ 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ 259 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \ 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ 272 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ 286 .private_value = TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, \
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ 253 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \ 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ 259 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \ 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ 272 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ 286 .private_value = TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, \
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_ope.h | 73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ 85 .soc.mask = xmask, \
|
H A D | tegra210_mbdrc.c | 521 #define TEGRA_MBDRC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, xinfo) \ 522 TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ 527 #define TEGRA_MBDRC_BAND_BYTES_EXT(xname, xbase, xshift, xmask, xinfo) \ 529 xshift, xmask, xinfo)
|
/kernel/linux/linux-5.10/include/net/ |
H 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()
|
/kernel/linux/linux-6.6/include/net/ |
H 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()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 206 #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \ 208 .mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues} 209 #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \ 210 SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues) 211 #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \ 213 .mask = xmask, .items = xitems, .texts = xtexts, \ 309 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ 315 .mask = xmask }) } 358 #define SOC_VALUE_ENUM_DOUBLE_DECL(name, xreg, xshift_l, xshift_r, xmask, xtexts, xvalues) \ 359 const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \ [all...] |
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 220 #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \ 222 .mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues} 223 #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \ 224 SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues) 225 #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \ 227 .mask = xmask, .items = xitems, .texts = xtexts, \ 340 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ 346 .mask = xmask }) } 389 #define SOC_VALUE_ENUM_DOUBLE_DECL(name, xreg, xshift_l, xshift_r, xmask, xtexts, xvalues) \ 390 const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \ [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | rate.h | 231 u8 rates, uint xmask, bool mcsallow);
|
H A D | rate.c | 405 * 'xmask' is the copy mask (typically 0x7f or 0xff). 409 bool basic_only, u8 rates, uint xmask, bool mcsallow) in brcms_c_rateset_filter() 426 dst->rates[count++] = r & xmask; in brcms_c_rateset_filter() 408 brcms_c_rateset_filter(struct brcms_c_rateset *src, struct brcms_c_rateset *dst, bool basic_only, u8 rates, uint xmask, bool mcsallow) brcms_c_rateset_filter() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | rate.h | 231 u8 rates, uint xmask, bool mcsallow);
|
H A D | rate.c | 405 * 'xmask' is the copy mask (typically 0x7f or 0xff). 409 bool basic_only, u8 rates, uint xmask, bool mcsallow) in brcms_c_rateset_filter() 426 dst->rates[count++] = r & xmask; in brcms_c_rateset_filter() 408 brcms_c_rateset_filter(struct brcms_c_rateset *src, struct brcms_c_rateset *dst, bool basic_only, u8 rates, uint xmask, bool mcsallow) brcms_c_rateset_filter() argument
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cmipci.c | 2389 #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \ 2392 .mask = xmask, \ 2398 #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \ 2399 DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3)
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cmipci.c | 2397 #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \ 2400 .mask = xmask, \ 2406 #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \ 2407 DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3)
|