Searched refs:vref_cached (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dadt7411.c53 int vref_cached; member in struct:adt7411_data
160 data->vref_cached = val * 7000 / 1024; adt7411_show_input()
162 data->vref_cached = 2250; adt7411_show_input()
175 val = sprintf(buf, "%u\n", val * data->vref_cached / 1024); adt7411_show_input()

Completed in 44 milliseconds