Searched defs:W83781D_REG_IN (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwmon/ | ||
H A D | w83781d.c | 80 #define W83781D_REG_IN(nr) ((nr < 7) ? (0x20 + (nr)) : \ macro |
H A D | w83627hf.c | 165 #define W83781D_REG_IN(nr) ((nr < 7) ? (0x20 + (nr)) : \ macro |