Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dslabinfo-gnuplot.sh26 xmax=0
62 if [ $xmax -ne 0 ]; then
63 range="$range::$xmax"
64 lines=$((xmax-xmin))
109 if [ $xmax -ne 0 ]; then
110 range="$range::$xmax"
197 xmax=${array[1]}
/linux/sound/soc/tegra/
H A Dtegra210_ahub.h105 #define SOC_VALUE_ENUM_WIDE(xreg, shift, xmax, xtexts, xvalues) \
110 .items = xmax, \
113 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 0 \
75 SOC_VALUE_ENUM_WIDE(xreg,shift,xmax,xtexts,xvalues) global() argument
H A Dtegra186_asrc.c654 #define SOC_SINGLE_EXT_FRAC(xname, xregbase, xmax, xget, xput) \ argument
669 .max = xmax \
/linux/sound/soc/codecs/
H A 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, \
H A Drt715-sdca.c417 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument
419 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
422 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument
427 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \
431 xhandler_put, tlv_array, xcount, xmax) \ argument
438 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
441 xhandler_put, tlv_array, xcount, xmax) \ argument
448 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) }
H A Drt712-sdca-dmic.c391 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
393 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
396 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
401 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
404 xhandler_put, xcount, xmax, tlv_array) \ argument
411 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
H A Drt712-sdca.c1189 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
1191 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
1194 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
1199 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
1202 xhandler_put, xcount, xmax, tlv_array) \ argument
1209 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
H A Drt722-sdca.c999 #define RT722_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ argument
1001 {.reg_base = xreg_base, .count = xcount, .max = xmax, \
1004 #define RT722_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ argument
1009 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)}
1012 xhandler_put, xcount, xmax, tlv_array) \ argument
1019 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
H A Dtas675x.c627 #define SOC_SINGLE_RO(xname, xreg, xshift, xmax) \ argument
633 .private_value = SOC_SINGLE_VALUE(xreg, xshift, 0, xmax, 0, 0) }
H A Drt1320-sdw.c2989 #define RT1320_T0_R0_LOAD(xname, xmax, xhandler_get, xhandler_put) \ argument
2994 .private_value = xmax, \
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.h24 #define ACARD_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \ argument
35 .min = xmin, .max = xmax, .invert = xinvert, \
/linux/arch/m68k/atari/
H A Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
/linux/sound/soc/
H A Dsoc-ops-test.c21 #define TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert) \ argument
23 .min = xmin, .max = xmax, .platform_max = xpmax, \
38 xmin, xmax, xpmax, xsign, xinvert) \ argument
44 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
49 xmask, xreg, xmin, xmax, xpmax, xsign, xinvert) \ argument
55 TEST_MC(clayout, xmin, xmax, xpmax, xsign, xinvert), \
/linux/arch/m68k/include/asm/
H A Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/linux/sound/soc/intel/atom/
H A 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, \
/linux/sound/soc/ti/
H A Domap-mcbsp-st.c441 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ in omap_mcbsp_st_get_mode()
447 {.min = xmin, .max = xmax} } in omap_mcbsp_st_get_mode()
451 OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname,xmin,xmax,xhandler_get,xhandler_put) global() argument
/linux/security/apparmor/
H A Dpolicy_unpack.c1521 int xidx, xmax = -1; in verify_perms() local
1531 if (xmax < xidx) in verify_perms()
1532 xmax = xidx; in verify_perms()
1541 if (xmax == -1) { in verify_perms()
1543 } else if (pdb->trans.size > xmax + 1) { in verify_perms()
1544 if (!aa_resize_str_table(&pdb->trans, xmax + 1, GFP_KERNEL)) in verify_perms()
/linux/drivers/s390/char/
H A Draw3270.c432 char xmax; member