Searched refs:temp_frac (Results 1 – 2 of 2) sorted by relevance
140 long temp_frac; in lprocfs_read_frac_helper() local143 temp_frac = frac_val * 10; in lprocfs_read_frac_helper()145 while (frac_bits < 2 && (temp_frac / mult) < 1) { in lprocfs_read_frac_helper()148 temp_frac *= 10; in lprocfs_read_frac_helper()
214 u8 temp_frac[ADT7462_TEMP_COUNT]; member699 data->temp_frac[i] = i2c_smbus_read_byte_data(client, in adt7462_update_device()868 u8 frac = data->temp_frac[attr->index] >> TEMP_FRAC_OFFSET; in show_temp()