Home
last modified time | relevance | path

Searched refs:nbs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmr75203.c261 static long pvt_calc_temp(struct pvt_device *pvt, u32 nbs) in pvt_calc_temp() argument
270 div_s64(ts_coeff->h * (s64)nbs, ts_coeff->cal5) - in pvt_calc_temp()
281 u32 stat, nbs; in pvt_read_temp() local
293 ret = regmap_read(t_map, SDIF_DATA(channel), &nbs); in pvt_read_temp()
297 nbs &= SAMPLE_DATA_MSK; in pvt_read_temp()
303 *val = pvt_calc_temp(pvt, nbs); in pvt_read_temp()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmr75203.c146 u32 stat, nbs; in pvt_read_temp() local
159 ret = regmap_read(t_map, SDIF_DATA(channel), &nbs); in pvt_read_temp()
163 nbs &= SAMPLE_DATA_MSK; in pvt_read_temp()
169 tmp = nbs * PVT_H_CONST; in pvt_read_temp()

Completed in 3 milliseconds