Searched refs:fractional (Results 1 – 2 of 2) sorted by relevance
101 u8 degrees, fractional; in read_temp_from_i2c() local106 if (read_u8_from_i2c(client, i2c_reg + 1, &fractional) < 0) in read_temp_from_i2c()110 temp->fraction = (fractional & 0xe0) >> 5; in read_temp_from_i2c()
11 obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o