Searched refs:lm85_zone_map (Results 1 – 1 of 1) sorted by relevance
224 static const int lm85_zone_map[] = { 1, 2, 3, -1, 0, 23, 123, -2 }; variable225 #define ZONE_FROM_REG(val) lm85_zone_map[(val) >> 5]232 if (zone == lm85_zone_map[i]) in ZONE_TO_REG()