Home
last modified time | relevance | path

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

/sound/soc/tegra/
Dtegra210_ahub.h43 #define SOC_VALUE_ENUM_WIDE(xreg, shift, xmax, xtexts, xvalues) \ argument
48 .items = xmax, \
51 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 0 \
Dtegra186_asrc.c657 #define SOC_SINGLE_EXT_FRAC(xname, xregbase, xmax, xget, xput) \ argument
672 .max = xmax \
/sound/soc/codecs/
Dtda7419.c251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument
254 .max = xmax, .thresh = xthresh, .invert = xinvert})
256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument
260 .max = xmax, .thresh = xthresh, .invert = xinvert})
262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument
273 xmax, xthresh, xinvert), \
276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument
287 xmin, xmax, xthresh, \
Drt715-sdca.c416 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument
418 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
421 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument
426 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \
429 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument
435 xmax, xinvert) }
438 xhandler_put, tlv_array, xcount, xmax) \ argument
445 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
448 xhandler_put, tlv_array, xcount, xmax) \ argument
455 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
Drt715.c439 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument
445 xmax, xinvert) }
Dab8500-codec.c63 #define AB8500_FILTER_CONTROL(xname, xcount, xmin, xmax) \ argument
68 {.count = xcount, .min = xmin, .max = xmax} }
/sound/soc/intel/atom/
Dsst-atom-controls.h714 xmin, xmax, xpname) \ argument
722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \
728 xmin, xmax, xpname) \ argument
733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
/sound/soc/ti/
Domap-mcbsp-st.c452 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument
458 {.min = xmin, .max = xmax} }