Searched defs:FAN_DIV_FROM_REG (Results 1 – 3 of 3) sorted by relevance
124 #define FAN_DIV_FROM_REG(reg) (1 << (reg)) macro
219 #define FAN_DIV_FROM_REG(reg) (1<<(((reg)&0xc0)>>6)) macro
128 #define FAN_DIV_FROM_REG(val) (1 << (((val) >> 5) & 0x03)) macro