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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7411.c54 int vref_cached; member in struct:adt7411_data
159 data->vref_cached = val * 7000 / 1024;
161 data->vref_cached = 2250;
174 val = sprintf(buf, "%u\n", val * data->vref_cached / 1024);

Completed in 42 milliseconds