Searched refs:fractional (Results 1 – 18 of 18) sorted by relevance
48 int *fractional) in ssp_convert_to_freq() argument51 *fractional = 0; in ssp_convert_to_freq()57 *fractional = *integer_part % SSP_INVERTED_SCALING_FACTOR; in ssp_convert_to_freq()62 static inline int ssp_convert_to_time(int integer_part, int fractional) in ssp_convert_to_time() argument66 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)
31 - st,fraction-z : Length of the fractional part in z (recommended is 7)32 (fraction-z ([0..7]) = Count of the fractional part)97 /* 7 length fractional part in z */
299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument303 if ((integral <= 0 && fractional <= 0) || in max44009_threshold_byte_from_fraction()305 (integral == MAX44009_MAXIMUM_THRESHOLD && fractional != 0)) in max44009_threshold_byte_from_fraction()313 mantissa += fractional / MAX44009_FRACT_MULT * in max44009_threshold_byte_from_fraction()
15 fractional bits - Q4.4) applied when light > threshold18 fractional bits - Q4.4) applied when light < threshold
7 the fractional-N PLL. It is assumed that the algorithm
52 clear. Not all platforms support fractional
24 ones are the audio reference clock ("i2s_refclk") and the audio fractional
88 u8 degrees, fractional; in read_temp_from_i2c() local93 if (read_u8_from_i2c(client, i2c_reg + 1, &fractional) < 0) in read_temp_from_i2c()97 temp->fraction = (fractional & 0xe0) >> 5; in read_temp_from_i2c()
13 obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o
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
114 for any fractional bytes at the end.
348 /* 7 length fractional part in z */
289 /* 7 length fractional part in z */
855 /* 7 length fractional part in z */
986 /* 7 length fractional part in z */
1004 /* 7 length fractional part in z */
712 two digit fractional part - e.g. 13.40.