Home
last modified time | relevance | path

Searched defs:regmask (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c951 struct regmask { struct
958 const struct regmask *tbl, in find_reg() argument
/linux/sound/pci/rme9652/
H A Dhdspm.c3199 static int hdspm_toggle_setting(struct hdspm *hdspm, u32 regmask) in hdspm_toggle_setting()
3211 static int hdspm_set_toggle_setting(struct hdspm *hdspm, u32 regmask, int out) in hdspm_set_toggle_setting()
3240 u32 regmask = kcontrol->private_value; in snd_hdspm_get_toggle_setting() local
3252 u32 regmask = kcontrol->private_value; in snd_hdspm_put_toggle_setting() local
3475 static int hdspm_tristate(struct hdspm *hdspm, u32 regmask) in hdspm_tristate()
3481 static int hdspm_set_tristate(struct hdspm *hdspm, int mode, u32 regmask) in hdspm_set_tristate()
3493 u32 regmask = kcontrol->private_value; in snd_hdspm_info_tristate() local
3513 u32 regmask = kcontrol->private_value; in snd_hdspm_get_tristate() local
3525 u32 regmask = kcontrol->private_value; in snd_hdspm_put_tristate() local
H A Dhdsp.c1699 static int hdsp_toggle_setting(struct hdsp *hdsp, u32 regmask) in hdsp_toggle_setting()
1704 static int hdsp_set_toggle_setting(struct hdsp *hdsp, u32 regmask, int out) in hdsp_set_toggle_setting()
1721 u32 regmask = kcontrol->private_value; in snd_hdsp_get_toggle_setting() local
1733 u32 regmask = kcontrol->private_value; in snd_hdsp_put_toggle_setting() local
/linux/drivers/iio/adc/
H A Daxp20x_adc.c919 unsigned int regmask, regval; in axp192_write_raw() local
964 unsigned int regmask, regval; in axp20x_write_raw() local
/linux/sound/soc/codecs/
H A Dmax98095.c1496 int regmask, regsave; in max98095_put_eq_enum() local
1647 int regmask, regsave; in max98095_put_bq_enum() local
/linux/drivers/media/usb/dvb-usb/
H A Daf9005.c37 u8 regmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff }; variable
/linux/sound/soc/
H A Dsoc-ops.c940 unsigned int regmask = (mask >> (regwshift*(regcount-i-1))) & regwmask; in snd_soc_put_xr_sx() local