Home
last modified time | relevance | path

Searched defs:IN_FROM_REG (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dpc87360.c161 #define IN_FROM_REG(val, ref) (((val) * (ref) + 128) / 256) macro
H A Dw83627hf.c251 #define IN_FROM_REG(val) ((val) * 16) macro