Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dpc87360.c133 #define FAN_CONFIG_INVERT(val, nr) (((val) >> (4 + (nr) * 3)) & 1) macro
1239 FAN_CONFIG_INVERT(data->fan_conf, in pwm_show()
1257 FAN_CONFIG_INVERT(data->fan_conf, attr->index)); in pwm_store()