Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Drockchip_thermal.c894 u32 tshut_value, val; in rk_tsadcv2_tshut_temp() local
897 tshut_value = rk_tsadcv2_temp_to_code(table, temp); in rk_tsadcv2_tshut_temp()
898 if (tshut_value == table->data_mask) in rk_tsadcv2_tshut_temp()
901 writel_relaxed(tshut_value, regs + TSADCV2_COMP_SHUT(chn)); in rk_tsadcv2_tshut_temp()