Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c337 unsigned int d_index; in get_dominator_index() local
340 d_index = ALL_SENSING_POINTS; in get_dominator_index()
343 d_index = tc[tc_id].dominator_sensing_point; in get_dominator_index()
350 d_index = SENSING_POINT0; in get_dominator_index()
353 return d_index; in get_dominator_index()
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c134 unsigned int msr_raw, cur_msr_raw, d_index, i; in set_tc_hw_reboot_threshold() local
141 d_index = get_dominator_index(lvts_data, tc_id); in set_tc_hw_reboot_threshold()
147 if (d_index == ALL_SENSING_POINTS) { in set_tc_hw_reboot_threshold()
160 config = ((d_index << 2) + 0x2) << 16; in set_tc_hw_reboot_threshold()
163 &(tc[tc_id].coeff), d_index, trip_point); in set_tc_hw_reboot_threshold()