Searched refs:ADT7462_FSPD_MASK (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/hwmon/
H A Dadt7462.c43 #define ADT7462_FSPD_MASK 0x20 macro
1056 return sprintf(buf, "%d\n", (data->cfg2 & ADT7462_FSPD_MASK ? 1 : 0));
1074 reg |= ADT7462_FSPD_MASK;
1076 reg &= ~ADT7462_FSPD_MASK;

Completed in 159 milliseconds