Home
last modified time | relevance | path

Searched defs:DIV_FROM_REG (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/hwmon/
H A Dmax6650.c95 #define DIV_FROM_REG(reg) (1 << ((reg) & 7)) macro
H A Dlm80.c80 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dgl518sm.c98 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dasb100.c163 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dgl520sm.c328 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dw83792d.c245 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dw83791d.c258 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dit87.c718 #define DIV_FROM_REG(val) BIT(val) macro