ADT7462_FSPD_MASK
return sprintf(buf, "%d\n", (data->cfg2 & ADT7462_FSPD_MASK ? 1 : 0));
reg |= ADT7462_FSPD_MASK;
reg &= ~ADT7462_FSPD_MASK;