Searched refs:tss_map (Results 1 – 1 of 1) sorted by relevance
176 static const u8 tss_map[4][6] = { variable986 if (tss_map[i][tsrc] == TSS_MAP_RESERVED) in w83795_tss_useful()988 if (tss_map[i][tsrc] < 6) /* Analog */ in w83795_tss_useful()989 useful += (data->has_temp >> tss_map[i][tsrc]) & 1; in w83795_tss_useful()991 useful += (data->has_dts >> (tss_map[i][tsrc] - 6)) & 1; in w83795_tss_useful()1012 if (tmp >= 4 || tss_map[tmp][index] == TSS_MAP_RESERVED) in show_temp_src()1015 return sprintf(buf, "%u\n", (unsigned int)tss_map[tmp][index] + 1); in show_temp_src()1037 if (tss_map[tmp][index] == channel - 1) in store_temp_src()