Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dpc87360.c134 #define FAN_CONFIG_INVERT(val, nr) (((val) >> (4 + (nr) * 3)) & 1) macro
363 FAN_CONFIG_INVERT(data->fan_conf, in show_pwm()
380 FAN_CONFIG_INVERT(data->fan_conf, attr->index)); in set_pwm()