Searched refs:tshut_value (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/thermal/ |
| H A D | rockchip_thermal.c | 1147 u32 tshut_value, val; in tsadc_tshut_temp_v2() local 1149 tshut_value = tsadc_temp_to_code_v2(table, temp); in tsadc_tshut_temp_v2() 1150 if (tshut_value == table.data_mask) in tsadc_tshut_temp_v2() 1153 writel(tshut_value, priv->base + TSADCV2_COMP_SHUT(chn)); in tsadc_tshut_temp_v2() 1164 u32 tshut_value; in tsadc_tshut_temp_v3() local 1166 tshut_value = tsadc_temp_to_code_v2(table, temp); in tsadc_tshut_temp_v3() 1167 if (tshut_value == table.data_mask) in tsadc_tshut_temp_v3() 1170 writel(tshut_value, priv->base + TSADCV3_COMP_SHUT(chn)); in tsadc_tshut_temp_v3()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | rockchip_thermal.c | 1373 u32 tshut_value, val; in rk_tsadcv2_tshut_temp() local 1376 tshut_value = rk_tsadcv2_temp_to_code(table, temp); in rk_tsadcv2_tshut_temp() 1377 if (tshut_value == table->data_mask) in rk_tsadcv2_tshut_temp() 1380 writel_relaxed(tshut_value, regs + TSADCV2_COMP_SHUT(chn)); in rk_tsadcv2_tshut_temp() 1392 u32 tshut_value; in rk_tsadcv3_tshut_temp() local 1395 tshut_value = rk_tsadcv2_temp_to_code(table, temp); in rk_tsadcv3_tshut_temp() 1396 if (tshut_value == table->data_mask) in rk_tsadcv3_tshut_temp() 1399 writel_relaxed(tshut_value, regs + TSADCV3_COMP_SHUT(chn)); in rk_tsadcv3_tshut_temp()
|