temp_mask        1083 drivers/hwmon/nct6775.c 	u32 temp_mask;
temp_mask        3781 drivers/hwmon/nct6775.c 		if (!(data->temp_mask & BIT(src)))
temp_mask        3839 drivers/hwmon/nct6775.c 		data->temp_mask = NCT6776_TEMP_MASK;
temp_mask        3912 drivers/hwmon/nct6775.c 		data->temp_mask = NCT6776_TEMP_MASK;
temp_mask        3992 drivers/hwmon/nct6775.c 		data->temp_mask = NCT6775_TEMP_MASK;
temp_mask        4065 drivers/hwmon/nct6775.c 		data->temp_mask = NCT6776_TEMP_MASK;
temp_mask        4138 drivers/hwmon/nct6775.c 		data->temp_mask = NCT6779_TEMP_MASK;
temp_mask        4226 drivers/hwmon/nct6775.c 			data->temp_mask = NCT6791_TEMP_MASK;
temp_mask        4231 drivers/hwmon/nct6775.c 			data->temp_mask = NCT6792_TEMP_MASK;
temp_mask        4236 drivers/hwmon/nct6775.c 			data->temp_mask = NCT6793_TEMP_MASK;
temp_mask        4242 drivers/hwmon/nct6775.c 			data->temp_mask = NCT6795_TEMP_MASK;
temp_mask        4247 drivers/hwmon/nct6775.c 			data->temp_mask = NCT6796_TEMP_MASK;
temp_mask        4252 drivers/hwmon/nct6775.c 			data->temp_mask = NCT6798_TEMP_MASK;
temp_mask        4364 drivers/hwmon/nct6775.c 		if (!(data->temp_mask & BIT(src))) {
temp_mask        4424 drivers/hwmon/nct6775.c 		if (!(data->temp_mask & BIT(src))) {
temp_mask        4472 drivers/hwmon/nct6775.c 		if (!(data->temp_mask & BIT(i + 1)))
temp_mask          98 drivers/thermal/armada_thermal.c 	unsigned int temp_mask;
temp_mask         379 drivers/thermal/armada_thermal.c 	reg = (reg >> priv->data->temp_shift) & priv->data->temp_mask;
temp_mask         382 drivers/thermal/armada_thermal.c 		sample = sign_extend32(reg, fls(priv->data->temp_mask) - 1);
temp_mask         469 drivers/thermal/armada_thermal.c 	return sample & data->temp_mask;
temp_mask         509 drivers/thermal/armada_thermal.c 		ctrl1 &= ~(data->temp_mask << data->thresh_shift);
temp_mask         576 drivers/thermal/armada_thermal.c 	.temp_mask = 0x1ff,
temp_mask         588 drivers/thermal/armada_thermal.c 	.temp_mask = 0x1ff,
temp_mask         600 drivers/thermal/armada_thermal.c 	.temp_mask = 0x1ff,
temp_mask         613 drivers/thermal/armada_thermal.c 	.temp_mask = 0x3ff,
temp_mask         627 drivers/thermal/armada_thermal.c 	.temp_mask = 0x3ff,
temp_mask         651 drivers/thermal/armada_thermal.c 	.temp_mask = 0x3ff,
temp_mask         234 drivers/thermal/intel/intel_soc_dts_iosf.c 	out = (out & dts->temp_mask) >> dts->temp_shift;
temp_mask         296 drivers/thermal/intel/intel_soc_dts_iosf.c 	dts->temp_mask = 0x00FF << (id * 8);
temp_mask          27 drivers/thermal/intel/intel_soc_dts_iosf.h 	u32 temp_mask;
temp_mask        1149 security/smack/smackfs.c 	u32 temp_mask;
temp_mask        1211 security/smack/smackfs.c 	for (m = masks, temp_mask = 0; m > 0; m--) {
temp_mask        1212 security/smack/smackfs.c 		temp_mask |= mask_bits;
temp_mask        1215 security/smack/smackfs.c 	mask.s_addr = cpu_to_be32(temp_mask);