Lines Matching full:sensors
89 /* MT8173 thermal sensors */
96 /* AUXADC channel 11 is used for the temperature sensors */
99 /* The total number of temperature sensors in the MT8173 */
111 * MT8173 has 5 sensors and needs 5 VTS calibration data.
112 * MT2701 has 3 sensors and needs 3 VTS calibration data.
113 * MT2712 has 4 sensors and needs 4 VTS calibration data.
127 /* MT2701 thermal sensors */
132 /* AUXADC channel 11 is used for the temperature sensors */
135 /* The total number of temperature sensors in the MT2701 */
141 /* MT2712 thermal sensors */
147 /* AUXADC channel 11 is used for the temperature sensors */
150 /* The total number of temperature sensors in the MT2712 */
166 const int *sensors; member
259 * four temperature sensors simultaneously. The MT8173 has a total of 5
260 * temperature sensors. We use each bank to measure a certain area of the
277 .sensors = mt8173_bank_data[0],
280 .sensors = mt8173_bank_data[1],
283 .sensors = mt8173_bank_data[2],
286 .sensors = mt8173_bank_data[3],
296 * three temperature sensors simultaneously. The MT2701 has a total of 3
297 * temperature sensors.
311 .sensors = mt2701_bank_data,
321 * four temperature sensors simultaneously. The MT2712 has a total of 4
322 * temperature sensors.
336 .sensors = mt2712_bank_data,
355 .sensors = mt7622_bank_data,
424 * the sensors associated to the bank.
437 conf->bank_data[bank->id].sensors[i], in mtk_thermal_bank_temperature()
570 writel(conf->sensor_mux_values[conf->bank_data[num].sensors[i]], in mtk_thermal_init_bank()