Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dnct6694-hwmon.c413 unsigned char fanin_en; in nct6694_fan_read() local
420 fanin_en = data->hwmon_en.fin_en[channel / 8]; in nct6694_fan_read()
421 *val = !!(fanin_en & BIT(channel % 8)); in nct6694_fan_read()