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 */
125 * MT8183 has 6 sensors and needs 6 VTS calibration data.
126 * MT8173 has 5 sensors and needs 5 VTS calibration data.
127 * MT2701 has 3 sensors and needs 3 VTS calibration data.
128 * MT2712 has 4 sensors and needs 4 VTS calibration data.
187 /* MT2701 thermal sensors */
192 /* AUXADC channel 11 is used for the temperature sensors */
195 /* The total number of temperature sensors in the MT2701 */
207 /* MT2712 thermal sensors */
213 /* AUXADC channel 11 is used for the temperature sensors */
216 /* The total number of temperature sensors in the MT2712 */
241 /* MT8183 thermal sensors */
249 /* AUXADC channel is used for the temperature sensors */
252 /* The total number of temperature sensors in the MT8183 */
267 /* AUXADC channel 11 is used for the temperature sensors */
270 /* The total number of temperature sensors in the MT7986 */
279 /* MT7986 thermal sensors */
303 const int *sensors; member
473 * four temperature sensors simultaneously. The MT8173 has a total of 5
474 * temperature sensors. We use each bank to measure a certain area of the
496 .sensors = mt8173_bank_data[0],
499 .sensors = mt8173_bank_data[1],
502 .sensors = mt8173_bank_data[2],
505 .sensors = mt8173_bank_data[3],
516 * three temperature sensors simultaneously. The MT2701 has a total of 3
517 * temperature sensors.
536 .sensors = mt2701_bank_data,
547 * four temperature sensors simultaneously. The MT8365 has a total of 3
548 * temperature sensors.
567 .sensors = mt8365_bank_data
581 * four temperature sensors simultaneously. The MT2712 has a total of 4
582 * temperature sensors.
601 .sensors = mt2712_bank_data,
626 .sensors = mt7622_bank_data,
640 * The MT8183 has a total of 6 temperature sensors.
642 * The first one bind 2 sensor, and the other bind 4 sensors.
661 .sensors = mt8183_bank_data,
686 .sensors = mt7986_bank_data,
814 * the sensors associated to the bank.
827 mt, conf->bank_data[bank->id].sensors[i], raw); in mtk_thermal_bank_temperature()
969 writel(conf->sensor_mux_values[conf->bank_data[num].sensors[i]], in mtk_thermal_init_bank()