Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Drockchip_thermal.c788 u32 tshut_value, val; in rk_tsadcv2_tshut_temp() local
791 tshut_value = rk_tsadcv2_temp_to_code(table, temp); in rk_tsadcv2_tshut_temp()
792 if (tshut_value == table->data_mask) in rk_tsadcv2_tshut_temp()
795 writel_relaxed(tshut_value, regs + TSADCV2_COMP_SHUT(chn)); in rk_tsadcv2_tshut_temp()