regmask           875 drivers/gpu/drm/i915/gt/selftest_workarounds.c 		     const struct regmask *tbl,
regmask           893 drivers/gpu/drm/i915/gt/selftest_workarounds.c 	static const struct regmask pardon[] = {
regmask           916 drivers/gpu/drm/i915/gt/selftest_workarounds.c 	static const struct regmask wo[] = {
regmask           688 drivers/iio/adc/twl4030-madc.c 	int regmask;
regmask           699 drivers/iio/adc/twl4030-madc.c 	regmask = chan ? TWL4030_BCI_ITHEN : TWL4030_BCI_TYPEN;
regmask           701 drivers/iio/adc/twl4030-madc.c 		regval |= regmask;
regmask           703 drivers/iio/adc/twl4030-madc.c 		regval &= ~regmask;
regmask           829 drivers/media/usb/dvb-usb/af9005-fe.c 		if (temp & (regmask[reg_ofdm_rst_len - 1] << reg_ofdm_rst_pos))
regmask           863 drivers/media/usb/dvb-usb/af9005-fe.c 	temp = regmask[reg_ofdm_rst_len - 1] << reg_ofdm_rst_pos;
regmask            37 drivers/media/usb/dvb-usb/af9005.c u8 regmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };
regmask           206 drivers/media/usb/dvb-usb/af9005.c 	*value = (temp >> pos) & regmask[len - 1];
regmask           223 drivers/media/usb/dvb-usb/af9005.c 	mask = regmask[len - 1] << pos;
regmask           265 drivers/media/usb/dvb-usb/af9005.c 			done = temp & (regmask[i2c_m_status_wdat_done_len - 1]
regmask           269 drivers/media/usb/dvb-usb/af9005.c 			fail = temp & (regmask[i2c_m_status_wdat_fail_len - 1]
regmask          3475 drivers/media/usb/dvb-usb/af9005.h extern u8 regmask[8];
regmask          1705 sound/pci/rme9652/hdsp.c static int hdsp_toggle_setting(struct hdsp *hdsp, u32 regmask)
regmask          1707 sound/pci/rme9652/hdsp.c 	return (hdsp->control_register & regmask) ? 1 : 0;
regmask          1710 sound/pci/rme9652/hdsp.c static int hdsp_set_toggle_setting(struct hdsp *hdsp, u32 regmask, int out)
regmask          1713 sound/pci/rme9652/hdsp.c 		hdsp->control_register |= regmask;
regmask          1715 sound/pci/rme9652/hdsp.c 		hdsp->control_register &= ~regmask;
regmask          1727 sound/pci/rme9652/hdsp.c 	u32 regmask = kcontrol->private_value;
regmask          1730 sound/pci/rme9652/hdsp.c 	ucontrol->value.integer.value[0] = hdsp_toggle_setting(hdsp, regmask);
regmask          1739 sound/pci/rme9652/hdsp.c 	u32 regmask = kcontrol->private_value;
regmask          1747 sound/pci/rme9652/hdsp.c 	change = (int) val != hdsp_toggle_setting(hdsp, regmask);
regmask          1749 sound/pci/rme9652/hdsp.c 		hdsp_set_toggle_setting(hdsp, regmask, val);
regmask          1094 sound/pci/rme9652/hdspm.c static int hdspm_set_toggle_setting(struct hdspm *hdspm, u32 regmask, int out);
regmask          3198 sound/pci/rme9652/hdspm.c static int hdspm_toggle_setting(struct hdspm *hdspm, u32 regmask)
regmask          3207 sound/pci/rme9652/hdspm.c 	return (reg & regmask) ? 1 : 0;
regmask          3210 sound/pci/rme9652/hdspm.c static int hdspm_set_toggle_setting(struct hdspm *hdspm, u32 regmask, int out)
regmask          3224 sound/pci/rme9652/hdspm.c 		*reg |= regmask;
regmask          3226 sound/pci/rme9652/hdspm.c 		*reg &= ~regmask;
regmask          3239 sound/pci/rme9652/hdspm.c 	u32 regmask = kcontrol->private_value;
regmask          3242 sound/pci/rme9652/hdspm.c 	ucontrol->value.integer.value[0] = hdspm_toggle_setting(hdspm, regmask);
regmask          3251 sound/pci/rme9652/hdspm.c 	u32 regmask = kcontrol->private_value;
regmask          3259 sound/pci/rme9652/hdspm.c 	change = (int) val != hdspm_toggle_setting(hdspm, regmask);
regmask          3260 sound/pci/rme9652/hdspm.c 	hdspm_set_toggle_setting(hdspm, regmask, val);
regmask          3474 sound/pci/rme9652/hdspm.c static int hdspm_tristate(struct hdspm *hdspm, u32 regmask)
regmask          3476 sound/pci/rme9652/hdspm.c 	u32 reg = hdspm->settings_register & (regmask * 3);
regmask          3477 sound/pci/rme9652/hdspm.c 	return reg / regmask;
regmask          3480 sound/pci/rme9652/hdspm.c static int hdspm_set_tristate(struct hdspm *hdspm, int mode, u32 regmask)
regmask          3482 sound/pci/rme9652/hdspm.c 	hdspm->settings_register &= ~(regmask * 3);
regmask          3483 sound/pci/rme9652/hdspm.c 	hdspm->settings_register |= (regmask * mode);
regmask          3492 sound/pci/rme9652/hdspm.c 	u32 regmask = kcontrol->private_value;
regmask          3497 sound/pci/rme9652/hdspm.c 	switch (regmask) {
regmask          3512 sound/pci/rme9652/hdspm.c 	u32 regmask = kcontrol->private_value;
regmask          3515 sound/pci/rme9652/hdspm.c 	ucontrol->value.enumerated.item[0] = hdspm_tristate(hdspm, regmask);
regmask          3524 sound/pci/rme9652/hdspm.c 	u32 regmask = kcontrol->private_value;
regmask          3537 sound/pci/rme9652/hdspm.c 	change = val != hdspm_tristate(hdspm, regmask);
regmask          3538 sound/pci/rme9652/hdspm.c 	hdspm_set_tristate(hdspm, val, regmask);
regmask          1502 sound/soc/codecs/max98095.c 	int regmask, regsave;
regmask          1534 sound/soc/codecs/max98095.c 	regmask = (channel == 0) ? M98095_EQ1EN : M98095_EQ2EN;
regmask          1538 sound/soc/codecs/max98095.c 	snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, 0);
regmask          1551 sound/soc/codecs/max98095.c 	snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, regsave);
regmask          1653 sound/soc/codecs/max98095.c 	int regmask, regsave;
regmask          1685 sound/soc/codecs/max98095.c 	regmask = (channel == 0) ? M98095_BQ1EN : M98095_BQ2EN;
regmask          1689 sound/soc/codecs/max98095.c 	snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, 0);
regmask          1699 sound/soc/codecs/max98095.c 	snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, regsave);
regmask           889 sound/soc/soc-ops.c 	unsigned int i, regval, regmask;
regmask           897 sound/soc/soc-ops.c 		regmask = (mask >> (regwshift*(regcount-i-1))) & regwmask;
regmask           899 sound/soc/soc-ops.c 				regmask, regval);