have_temp_fixed  1210 drivers/hwmon/nct6775.c 	u16 have_temp_fixed;
have_temp_fixed  1833 drivers/hwmon/nct6775.c 			    !(data->have_temp_fixed & BIT(i)))
have_temp_fixed  2473 drivers/hwmon/nct6775.c 	if (nr > 7 && !(data->have_temp_fixed & BIT(temp)))
have_temp_fixed  3534 drivers/hwmon/nct6775.c 		if (!(data->have_temp_fixed & BIT(i)))
have_temp_fixed  4376 drivers/hwmon/nct6775.c 			data->have_temp_fixed |= BIT(src - 1);
have_temp_fixed  4448 drivers/hwmon/nct6775.c 			data->have_temp_fixed |= BIT(src - 1);
have_temp_fixed  4482 drivers/hwmon/nct6775.c 			data->have_temp_fixed |= BIT(i);