Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm87.c124 #define FAN_DIV_FROM_REG(reg) (1 << (reg)) macro
469 FAN_DIV_FROM_REG(data->fan_div[nr]))); in fan_input_show()
479 FAN_DIV_FROM_REG(data->fan_div[nr]))); in fan_min_show()
489 FAN_DIV_FROM_REG(data->fan_div[nr])); in fan_div_show()
508 FAN_DIV_FROM_REG(data->fan_div[nr])); in fan_min_store()
538 FAN_DIV_FROM_REG(data->fan_div[nr])); in fan_div_store()
H A Dadm1031.c219 #define FAN_DIV_FROM_REG(reg) (1<<(((reg)&0xc0)>>6)) macro
563 FAN_DIV_FROM_REG(data->fan_div[nr])) : 0; in fan_show()
572 return sprintf(buf, "%d\n", FAN_DIV_FROM_REG(data->fan_div[nr])); in fan_div_show()
581 FAN_DIV_FROM_REG(data->fan_div[nr]))); in fan_min_show()
600 FAN_TO_REG(val, FAN_DIV_FROM_REG(data->fan_div[nr])); in fan_min_store()
641 old_div = FAN_DIV_FROM_REG(data->fan_div[nr]); in fan_div_store()
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()
1120 FAN_DIV_FROM_REG(data->fan_status[attr->index]))); in fan_input_show()
1150 FAN_DIV_FROM_REG(data->fan_status[attr->index])); in fan_div_show()
1165 FAN_DIV_FROM_REG(data->fan_status[attr->index]))); in fan_min_show()
1183 FAN_DIV_FROM_REG(data->fan_status[attr->index])); in fan_min_store()