Home
last modified time | relevance | path

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

/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
153 cur_msr_raw = ops->lvts_temp_to_raw( in set_tc_hw_reboot_threshold()
155 if (msr_raw < cur_msr_raw) in set_tc_hw_reboot_threshold()
156 msr_raw = cur_msr_raw; in set_tc_hw_reboot_threshold()