Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dadm1029.c68 #define DIV_FROM_REG(val) (1 << (((val) >> 6) - 1)) macro
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 Dw83l786ng.c97 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dsmsc47m1.c111 #define DIV_FROM_REG(reg) (1 << (reg)) macro
H A Dasb100.c163 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dsis5595.c163 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dvia686a.c297 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dlm78.c108 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dgl520sm.c328 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dvt8231.c112 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dvt1211.c168 #define DIV_FROM_REG(reg) (1 << (reg)) macro
H A Dw83791d.c253 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dw83792d.c245 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dw83781d.c179 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dw83627hf.c332 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dadm1026.c202 #define DIV_FROM_REG(val) (1 << (val)) macro
H A Dit87.c717 #define DIV_FROM_REG(val) BIT(val) macro