Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c114 #define DIV_TO_REG(divisor) (ilog2(divisor) >> 1) macro
349 DIV_TO_REG(val) > 0xb) in aspeed_tach_hwmon_write()
355 DIV_TO_REG(priv->tach_divisor)); in aspeed_tach_hwmon_write()
422 DIV_TO_REG(priv->tach_divisor)); in aspeed_present_fan_tach()
H A Dw83627hf.c334 static inline u8 DIV_TO_REG(long val) in DIV_TO_REG() function
1179 data->fan_div[nr] = DIV_TO_REG(val); in fan_div_store()