Home
last modified time | relevance | path

Searched refs:xshift (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/include/sound/
A Dsoc.h42 SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable)
48 {.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
52 {.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
57 {.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
90 .shift = xshift, .rshift = xshift, \
180 .shift = xshift, .rshift = xshift, \
217 SOC_ENUM_DOUBLE(xreg, xshift, xshift, xitems, xtexts)
224 SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues)
226 { .reg = xreg, .shift_l = xshift, .shift_r = xshift, \
386 SOC_ENUM_DOUBLE_DECL(name, xreg, xshift, xshift, xtexts)
[all …]
/linux-6.3-rc2/sound/pci/ac97/
A Dac97_patch.h43 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \ argument
44 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
/linux-6.3-rc2/sound/soc/tegra/
A Dtegra210_ope.h73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ argument
86 .shift = xshift \
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-6.3-rc2/drivers/video/fbdev/aty/
A Dmach64_ct.c122 u8 vshift, xshift; in aty_dsp_gt() local
167 xshift = 6 - dsp_precision; in aty_dsp_gt()
168 vshift += xshift; in aty_dsp_gt()
172 (1 << (vshift - xshift)); in aty_dsp_gt()
179 tmp = ((ras_multiplier << xshift) + ras_divider) / ras_divider; in aty_dsp_gt()
182 dsp_on = dsp_on + (tmp * 2) + (pll->xclkpagefaultdelay << xshift); in aty_dsp_gt()
/linux-6.3-rc2/sound/soc/codecs/
A Drt715-sdca.c417 #define RT715_SDCA_PR_VALUE(xreg_base, xcount, xmax, xshift, xinvert) \ argument
420 .shift = xshift, .invert = xinvert})
422 #define RT715_SDCA_FU_CTRL(xname, reg_base, xshift, xmax, xinvert, xcount) \ argument
428 xshift, xinvert)}
430 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument
435 .private_value = SOC_DOUBLE_R_VALUE(reg_left, reg_right, xshift, \
A Dwm9712.c278 #define WM9712_HP_MIXER_CTRL(xname, xmixer, xshift) { \ argument
283 (xmixer << 8) | xshift, 1, 0, 0) \
A Dwm9713.c287 #define WM9713_HP_MIXER_CTRL(xname, xmixer, xshift) { \ argument
292 xshift, xmixer, 1, 0, 0) \
A Drt715.c440 #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\ argument
445 .private_value = SOC_DOUBLE_R_VALUE(reg_left, reg_right, xshift, \
A Dwm8962.c1525 #define WM8962_DSP2_ENABLE(xname, xshift) \ argument
1529 .private_value = xshift }
/linux-6.3-rc2/sound/soc/intel/atom/
A Dsst-atom-controls.h863 #define SST_SSP_MUX_ENUM(xreg, xshift, xtexts) \ argument
864 (struct soc_enum) SOC_ENUM_DOUBLE(xreg, xshift, xshift, ARRAY_SIZE(xtexts), xtexts)
866 #define SST_SSP_MUX_CTL(xpname, xinstance, xreg, xshift, xtexts) \ argument
868 SST_SSP_MUX_ENUM(xreg, xshift, xtexts))
/linux-6.3-rc2/Documentation/sound/soc/
A Dcodec.rst105 #define SOC_ENUM_SINGLE(xreg, xshift, xmask, xtexts)
111 xshift = control bit(s) offset in register
/linux-6.3-rc2/sound/soc/fsl/
A Dfsl_audmix.c17 #define SOC_ENUM_SINGLE_S(xreg, xshift, xtexts) \ argument
18 SOC_ENUM_SINGLE(xreg, xshift, ARRAY_SIZE(xtexts), xtexts)
/linux-6.3-rc2/sound/pci/ice1712/
A Dews.c789 #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \ argument
796 .private_value = xshift | (xinvert << 8),\
930 #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \ argument
936 .private_value = xshift | (xinvert << 8),\
/linux-6.3-rc2/sound/ppc/
A Dawacs.c188 #define AWACS_VOLUME(xname, xreg, xshift, xinverted) \ argument
193 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
239 #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \ argument
244 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Domap_dmm_tiler.c46 #define GEOM(xshift, yshift, bytes_per_pixel) { \ argument
47 .x_shft = (xshift), \
50 .slot_w = 1 << (SLOT_WIDTH_BITS - (xshift)), \

Completed in 41 milliseconds