Searched refs:tmp006_freqs (Results 1 – 1 of 1) sorted by relevance
73 static const int tmp006_freqs[5][2] = { {4, 0}, {2, 0}, {1, 0}, variable120 *val = tmp006_freqs[cr][0]; in tmp006_read_raw()121 *val2 = tmp006_freqs[cr][1]; in tmp006_read_raw()142 for (i = 0; i < ARRAY_SIZE(tmp006_freqs); i++) in tmp006_write_raw()143 if ((val == tmp006_freqs[i][0]) && in tmp006_write_raw()144 (val2 == tmp006_freqs[i][1])) { in tmp006_write_raw()