Searched refs:fractional (Results 1 – 12 of 12) sorted by relevance
47 int *fractional) in ssp_convert_to_freq() argument50 *fractional = 0; in ssp_convert_to_freq()56 *fractional = *integer_part % SSP_INVERTED_SCALING_FACTOR; in ssp_convert_to_freq()61 static inline int ssp_convert_to_time(int integer_part, int fractional) in ssp_convert_to_time() argument65 value = (u64)integer_part * SSP_INVERTED_SCALING_FACTOR + fractional; in ssp_convert_to_time()
2 - support for fractional multiplier3 - support for fractional divider (output 0 only)
13 fractional bits - Q4.4) applied when light > threshold15 fractional bits - Q4.4) applied when light < threshold
22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of23 the fractional part) recommended is 7
7 the fractional-N PLL. It is assumed that the algorithm
52 clear. Not all platforms support fractional
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()
12 obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o
343 /* 7 length fractional part in z */
577 /* 7 length fractional part in z */
99 `z0Ptr'. The fractional part of the result may be slightly corrupted as224 by `z0Ptr' and `z1Ptr'. The fractional part of the result may be slightly
107 for any fractional bytes at the end.