Searched refs:ADT7462_FSPD_MASK (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 Dadt7462.c57 #define ADT7462_FSPD_MASK 0x20 macro
1105 return sprintf(buf, "%d\n", (data->cfg2 & ADT7462_FSPD_MASK ? 1 : 0));
1124 reg |= ADT7462_FSPD_MASK;
1126 reg &= ~ADT7462_FSPD_MASK;

Completed in 24 milliseconds