Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/pmbus/
Dzl6100.c66 static long zl6100_l2d(s16 l) in zl6100_l2d() function
190 ret = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(ret) * 9, 10)); in zl6100_read_word_data()
193 ret = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(ret) * 11, 10)); in zl6100_read_word_data()
250 word = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(word) * 10, 9)); in zl6100_write_word_data()
259 word = zl6100_d2l(DIV_ROUND_CLOSEST(zl6100_l2d(word) * 10, 11)); in zl6100_write_word_data()