Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/pmbus/
Dxdp710.c62 u8 cs_rng; in xdp710_probe() local
78 cs_rng = (ret >> 6) & GENMASK(1, 0); in xdp710_probe()
99 info->m[PSC_CURRENT_OUT] = DIV_ROUND_CLOSEST(m * rsense >> cs_rng, 1000); in xdp710_probe()
102 info->m[PSC_POWER] = DIV_ROUND_CLOSEST(m * rsense >> cs_rng, 1000); in xdp710_probe()