Home
last modified time | relevance | path

Searched defs: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
H A Dw83627hf.c334 static inline u8 DIV_TO_REG(long val) in DIV_TO_REG() function