Home
last modified time | relevance | path

Searched refs:xmask (Results 1 – 8 of 8) sorted by relevance

/linux/sound/pci/ac97/
H A Dac97_patch.h40 #define AC97_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xtexts) \ argument
42 .mask = xmask, .texts = xtexts }
43 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \ argument
44 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
/linux/sound/soc/codecs/
H A Dtda7419.c251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument
253 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \
256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument
259 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \
262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument
272 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \
276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument
286 .private_value = TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, \
/linux/sound/soc/tegra/
H A Dtegra210_ope.h73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ argument
85 .soc.mask = xmask, \
H A Dtegra210_mbdrc.c521 #define TEGRA_MBDRC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, xinfo) \ argument
522 TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \
527 #define TEGRA_MBDRC_BAND_BYTES_EXT(xname, xbase, xshift, xmask, xinfo) \ argument
529 xshift, xmask, xinfo)
/linux/include/net/
H A Dnsh.h284 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()
/linux/sound/soc/
H A Dsoc-ops-test.c49 xmask, xreg, xmin, xmax, xpmax, xsign, xinvert) \ argument
58 (xmask) | (xmask) << 16 : (xmask), \
59 .rmask = SOC_OPS_TEST_##clayout == SOC_OPS_TEST_DOUBLE_R ? (xmask) : 0, \
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.c409 bool basic_only, u8 rates, uint xmask, bool mcsallow) in brcms_c_rateset_filter() argument
426 dst->rates[count++] = r & xmask; in brcms_c_rateset_filter()
H A Drate.h231 u8 rates, uint xmask, bool mcsallow);