/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 31 #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \ 34 .rshift = shift_right, .max = xmax, .platform_max = xmax, \ 36 #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisable) \ 39 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \ 41 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \ 42 SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable) 43 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \ 45 {.reg = xreg, .max = xmax, [all...] |
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 31 #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \ 34 .rshift = shift_right, .max = xmax, \ 36 #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisable) \ 39 .rshift = shift_right, .min = xmin, .max = xmax, \ 41 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \ 42 SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable) 43 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \ 45 {.reg = xreg, .max = xmax, .invert = xinvert}) 46 #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \ 49 .max = xmax, [all...] |
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo-gnuplot.sh | 26 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]}
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo-gnuplot.sh | 26 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]}
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra210_ahub.h | 43 #define SOC_VALUE_ENUM_WIDE(xreg, shift, xmax, xtexts, xvalues) \ 48 .items = xmax, \ 51 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 0 \
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_ahub.h | 43 #define SOC_VALUE_ENUM_WIDE(xreg, shift, xmax, xtexts, xvalues) \ 48 .items = xmax, \ 51 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 0 \
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ 254 .max = xmax, .thresh = xthresh, .invert = xinvert}) 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ 260 .max = xmax, .thresh = xthresh, .invert = xinvert}) 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ 273 xmax, xthresh, xinvert), \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ 287 xmin, xmax, xthresh, \
|
H A D | rt715.c | 207 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ 213 xmax, xinvert) }
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ 254 .max = xmax, .thresh = xthresh, .invert = xinvert}) 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ 260 .max = xmax, .thresh = xthresh, .invert = xinvert}) 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ 273 xmax, xthresh, xinvert), \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ 287 xmin, xmax, xthresh, \
|
H A D | rt715-sdca.c | 417 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ 419 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 422 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ 427 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, \ 430 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ 436 xmax, xinvert) } 439 xhandler_put, tlv_array, xcount, xmax) \ 446 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, 0, 0) } 449 xhandler_put, tlv_array, xcount, xmax) \ 456 .private_value = RT715_SDCA_PR_VALUE(reg_base, xcount, xmax, [all...] |
H A D | rt712-sdca-dmic.c | 396 #define RT712_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ 398 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 401 #define RT712_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ 406 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)} 409 xhandler_put, xcount, xmax, tlv_array) \ 416 .private_value = RT712_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
|
H A D | rt722-sdca.c | 672 #define RT722_SDCA_PR_VALUE(xreg_base, xcount, xmax, xinvert) \ 674 {.reg_base = xreg_base, .count = xcount, .max = xmax, \ 677 #define RT722_SDCA_FU_CTRL(xname, reg_base, xmax, xinvert, xcount) \ 682 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, xinvert)} 685 xhandler_put, xcount, xmax, tlv_array) \ 692 .private_value = RT722_SDCA_PR_VALUE(reg_base, xcount, xmax, 0) }
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | atakeyb.c | 365 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()
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | atakeyb.c | 365 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
H A D | ia_css_dvs.host.c | 75 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 136 xmax = max(x01, x11); in convert_coords_to_ispparams() 158 bottom_x = CEIL_DIV(xmax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
H A D | ia_css_dvs.host.c | 73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 134 xmax = max(x01, x11); in convert_coords_to_ispparams() 156 bottom_x = CEIL_DIV(xmax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
|
/kernel/linux/linux-6.6/drivers/iio/chemical/ |
H A D | sgp40.c | 98 * divide the x^n part whenever its about to overflow (xmax). 104 u32 factorial, divider, xmax; in sgp40_exp() local 115 xmax = 0x7FFFFFFF / exp; in sgp40_exp() 128 if (xp >= xmax) { in sgp40_exp()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 714 xmin, xmax, xpname) \ 722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \ 728 xmin, xmax, xpname) \ 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 714 xmin, xmax, xpname) \ 722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \ 728 xmin, xmax, xpname) \ 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | omap-mcbsp-st.c | 462 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ 468 {.min = xmin, .max = xmax} }
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | omap-mcbsp-st.c | 451 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ 457 {.min = xmin, .max = xmax} }
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 241 u32 xmin, xmax; in hdmi_active_area() local 245 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay); in hdmi_active_area() 250 hdmi_write(hdmi, xmax, HDMI_ACTIVE_VID_XMAX); in hdmi_active_area()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 248 u32 xmin, xmax; in hdmi_active_area() local 252 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay); in hdmi_active_area() 257 hdmi_write(hdmi, xmax, HDMI_ACTIVE_VID_XMAX); in hdmi_active_area()
|