Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dpc87360.c128 #define FAN_DIV_FROM_REG(val) (1 << (((val) >> 5) & 0x03)) macro
267 FAN_DIV_FROM_REG(data->fan_status[nr]), nr + 1); in pc87360_autodiv()
279 FAN_DIV_FROM_REG(data->fan_status[nr]), in pc87360_autodiv()
1124 FAN_DIV_FROM_REG(data->fan_status[attr->index]))); in fan_input_show()
1154 FAN_DIV_FROM_REG(data->fan_status[attr->index])); in fan_div_show()
1169 FAN_DIV_FROM_REG(data->fan_status[attr->index]))); in fan_min_show()
1187 FAN_DIV_FROM_REG(data->fan_status[attr->index])); in fan_min_store()