Lines Matching full:sensors

93 /* MT8173 thermal sensors */
100 /* AUXADC channel 11 is used for the temperature sensors */
103 /* The total number of temperature sensors in the MT8173 */
121 * MT8183 has 6 sensors and needs 6 VTS calibration data.
122 * MT8173 has 5 sensors and needs 5 VTS calibration data.
123 * MT2701 has 3 sensors and needs 3 VTS calibration data.
124 * MT2712 has 4 sensors and needs 4 VTS calibration data.
168 /* MT2701 thermal sensors */
173 /* AUXADC channel 11 is used for the temperature sensors */
176 /* The total number of temperature sensors in the MT2701 */
188 /* MT2712 thermal sensors */
194 /* AUXADC channel 11 is used for the temperature sensors */
197 /* The total number of temperature sensors in the MT2712 */
222 /* MT8183 thermal sensors */
230 /* AUXADC channel is used for the temperature sensors */
233 /* The total number of temperature sensors in the MT8183 */
252 const int *sensors; member
391 * four temperature sensors simultaneously. The MT8173 has a total of 5
392 * temperature sensors. We use each bank to measure a certain area of the
414 .sensors = mt8173_bank_data[0],
417 .sensors = mt8173_bank_data[1],
420 .sensors = mt8173_bank_data[2],
423 .sensors = mt8173_bank_data[3],
434 * three temperature sensors simultaneously. The MT2701 has a total of 3
435 * temperature sensors.
454 .sensors = mt2701_bank_data,
465 * four temperature sensors simultaneously. The MT2712 has a total of 4
466 * temperature sensors.
485 .sensors = mt2712_bank_data,
510 .sensors = mt7622_bank_data,
521 * The MT8183 has a total of 6 temperature sensors.
523 * The first one bind 2 sensor, and the other bind 4 sensors.
542 .sensors = mt8183_bank_data,
647 * the sensors associated to the bank.
661 mt, conf->bank_data[bank->id].sensors[i], raw); in mtk_thermal_bank_temperature()
664 mt, conf->bank_data[bank->id].sensors[i], raw); in mtk_thermal_bank_temperature()
803 writel(conf->sensor_mux_values[conf->bank_data[num].sensors[i]], in mtk_thermal_init_bank()