Home
last modified time | relevance | path

Searched refs:s_index (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c309 unsigned int i, j, s_index; in mt8189_device_read_count_rc_n() local
341 s_index = tc[i].sensor_map[j]; in mt8189_device_read_count_rc_n()
376 refine_data_idx[j] = s_index; in mt8189_device_read_count_rc_n()
386 refine_data_idx[j] = s_index; in mt8189_device_read_count_rc_n()
399 if (s_index < MT8189_NUM_TS) { in mt8189_device_read_count_rc_n()
401 cal_data->count_rc_now[s_index] = in mt8189_device_read_count_rc_n()
404 cal_data->count_rc_now[s_index] = in mt8189_device_read_count_rc_n()
410 cal_data->efuse_data[s_index] = (uint32_t)((( in mt8189_device_read_count_rc_n()
412 cal_data->count_rc_now[s_index]) * in mt8189_device_read_count_rc_n()
413 cal_data->count_r[s_index]) >> 14); in mt8189_device_read_count_rc_n()
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c448 unsigned int i, j, s_index; in read_calibration_data() local
462 s_index = tc[i].sensor_map[j]; in read_calibration_data()
464 cal_data->efuse_data[s_index] = in read_calibration_data()
560 unsigned int i, j, s_index; in set_calibration_data_v1() local
574 s_index = tc[i].sensor_map[j]; in set_calibration_data_v1()
576 e_data = cal_data->count_r[s_index]; in set_calibration_data_v1()
578 e_data = cal_data->efuse_data[s_index]; in set_calibration_data_v1()