Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dpc87360.c121 #define FAN_CONFIG_INVERT(val, nr) (((val) >> (4 + (nr) * 3)) & 1) macro
350 FAN_CONFIG_INVERT(data->fan_conf, in pwm_show()
367 FAN_CONFIG_INVERT(data->fan_conf, attr->index)); in pwm_store()