Searched refs:tmp006_freqs (Results 1 – 1 of 1) sorted by relevance
70 static const int tmp006_freqs[5][2] = { {4, 0}, {2, 0}, {1, 0}, variable113 *val = tmp006_freqs[cr][0]; in tmp006_read_raw()114 *val2 = tmp006_freqs[cr][1]; in tmp006_read_raw()135 for (i = 0; i < ARRAY_SIZE(tmp006_freqs); i++) in tmp006_write_raw()136 if ((val == tmp006_freqs[i][0]) && in tmp006_write_raw()137 (val2 == tmp006_freqs[i][1])) { in tmp006_write_raw()