Lines Matching full:sensors
91 /* MT8173 thermal sensors */
98 /* AUXADC channel 11 is used for the temperature sensors */
101 /* The total number of temperature sensors in the MT8173 */
119 * MT8183 has 6 sensors and needs 6 VTS calibration data.
120 * MT8173 has 5 sensors and needs 5 VTS calibration data.
121 * MT2701 has 3 sensors and needs 3 VTS calibration data.
122 * MT2712 has 4 sensors and needs 4 VTS calibration data.
166 /* MT2701 thermal sensors */
171 /* AUXADC channel 11 is used for the temperature sensors */
174 /* The total number of temperature sensors in the MT2701 */
186 /* MT2712 thermal sensors */
192 /* AUXADC channel 11 is used for the temperature sensors */
195 /* The total number of temperature sensors in the MT2712 */
220 /* MT8183 thermal sensors */
228 /* AUXADC channel is used for the temperature sensors */
231 /* The total number of temperature sensors in the MT8183 */
250 const int *sensors; member
389 * four temperature sensors simultaneously. The MT8173 has a total of 5
390 * temperature sensors. We use each bank to measure a certain area of the
412 .sensors = mt8173_bank_data[0],
415 .sensors = mt8173_bank_data[1],
418 .sensors = mt8173_bank_data[2],
421 .sensors = mt8173_bank_data[3],
432 * three temperature sensors simultaneously. The MT2701 has a total of 3
433 * temperature sensors.
452 .sensors = mt2701_bank_data,
463 * four temperature sensors simultaneously. The MT2712 has a total of 4
464 * temperature sensors.
483 .sensors = mt2712_bank_data,
508 .sensors = mt7622_bank_data,
519 * The MT8183 has a total of 6 temperature sensors.
521 * The first one bind 2 sensor, and the other bind 4 sensors.
540 .sensors = mt8183_bank_data,
645 * the sensors associated to the bank.
659 mt, conf->bank_data[bank->id].sensors[i], raw); in mtk_thermal_bank_temperature()
662 mt, conf->bank_data[bank->id].sensors[i], raw); in mtk_thermal_bank_temperature()
801 writel(conf->sensor_mux_values[conf->bank_data[num].sensors[i]], in mtk_thermal_init_bank()