zl6100_d2l        177 drivers/hwmon/pmbus/zl6100.c 		ret = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(ret) * 9, 10));
zl6100_d2l        180 drivers/hwmon/pmbus/zl6100.c 		ret = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(ret) * 11, 10));
zl6100_d2l        237 drivers/hwmon/pmbus/zl6100.c 		word = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(word) * 10, 9));
zl6100_d2l        246 drivers/hwmon/pmbus/zl6100.c 		word = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(word) * 10, 11));