Searched defs:FAN_DIV_FROM_REG (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hwmon/ | ||
H A D | adm1031.c | 219 #define FAN_DIV_FROM_REG(reg) (1<<(((reg)&0xc0)>>6)) macro |
H A D | pc87360.c | 128 #define FAN_DIV_FROM_REG(val) (1 << (((val) >> 5) & 0x03)) macro |