Home
last modified time | relevance | path

Searched defs:FAN_DIV_FROM_REG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwmon/
H A Dlm87.c124 #define FAN_DIV_FROM_REG(reg) (1 << (reg)) macro
H A Dadm1031.c219 #define FAN_DIV_FROM_REG(reg) (1<<(((reg)&0xc0)>>6)) macro
H A Dpc87360.c128 #define FAN_DIV_FROM_REG(val) (1 << (((val) >> 5) & 0x03)) macro