Searched refs:ts_coeff (Results 1 – 2 of 2) sorted by relevance
178 struct temp_coeff ts_coeff; member232 &pvt->ts_coeff.h); in pvt_ts_dbgfs_create()234 &pvt->ts_coeff.g); in pvt_ts_dbgfs_create()236 &pvt->ts_coeff.cal5); in pvt_ts_dbgfs_create()267 struct temp_coeff *ts_coeff = &pvt->ts_coeff; in pvt_calc_temp() local269 s64 tmp = ts_coeff->g + in pvt_calc_temp()270 div_s64(ts_coeff->h * (s64)nbs, ts_coeff->cal5) - in pvt_calc_temp()271 ts_coeff->h / 2 + in pvt_calc_temp()725 struct temp_coeff *ts_coeff = &pvt->ts_coeff; in pvt_set_temp_coeff() local736 ts_coeff->h = PVT_SERIES5_H_CONST; in pvt_set_temp_coeff()[all …]
398 u32 ts_coeff; member409 u32 ts_coeff; member1954 svsb->mts = (svsp->ts_coeff * 2) / 1000; in svs_common_parse_efuse()1955 svsb->bts = (((500 * golden_temp + svsp->ts_coeff) / 1000) - 25) * 4; in svs_common_parse_efuse()2746 .ts_coeff = SVSB_TS_COEFF_MT8195,2759 .ts_coeff = SVSB_TS_COEFF_MT8195,2773 .ts_coeff = SVSB_TS_COEFF_MT8195,2787 .ts_coeff = SVSB_TS_COEFF_MT8186,2833 svsp->ts_coeff = svsp_data->ts_coeff; in svs_probe()
Completed in 10 milliseconds