tss_map           176 drivers/hwmon/w83795.c static const u8 tss_map[4][6] = {
tss_map           986 drivers/hwmon/w83795.c 		if (tss_map[i][tsrc] == TSS_MAP_RESERVED)
tss_map           988 drivers/hwmon/w83795.c 		if (tss_map[i][tsrc] < 6)	/* Analog */
tss_map           989 drivers/hwmon/w83795.c 			useful += (data->has_temp >> tss_map[i][tsrc]) & 1;
tss_map           991 drivers/hwmon/w83795.c 			useful += (data->has_dts >> (tss_map[i][tsrc] - 6)) & 1;
tss_map          1012 drivers/hwmon/w83795.c 	if (tmp >= 4 || tss_map[tmp][index] == TSS_MAP_RESERVED)
tss_map          1015 drivers/hwmon/w83795.c 	return sprintf(buf, "%u\n", (unsigned int)tss_map[tmp][index] + 1);
tss_map          1037 drivers/hwmon/w83795.c 		if (tss_map[tmp][index] == channel - 1)