Searched refs:FAN_CONFIG_INVERT (Results 1 – 1 of 1) sorted by relevance
133 #define FAN_CONFIG_INVERT(val, nr) (((val) >> (4 + (nr) * 3)) & 1) macro1239 FAN_CONFIG_INVERT(data->fan_conf, in pwm_show()1257 FAN_CONFIG_INVERT(data->fan_conf, attr->index)); in pwm_store()