/openbmc/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio_sensor.h | 48 int *fractional) in ssp_convert_to_freq() argument 51 *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() argument 66 value = (u64)integer_part * SSP_INVERTED_SCALING_FACTOR + fractional; in ssp_convert_to_time()
|
/openbmc/linux/drivers/iio/light/ |
H A D | max44009.c | 299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument 303 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()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-monotonic_1.6.bb | 1 SUMMARY = "This module provides a monotonic() function which returns the value (in fractional secon…
|
/openbmc/linux/arch/arm64/boot/dts/nuvoton/ |
H A D | ma35d1-iot-512m.dts | 52 "fractional",
|
H A D | ma35d1-som-256m.dts | 52 "fractional",
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32h7-rcc.txt | 82 When the PLL is configured in fractional mode: 99 - 1 Pll is configure in fractional mode
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-adf4350 | 7 the fractional-N PLL. It is assumed that the algorithm
|
H A D | sysfs-firmware-gsmi | 52 clear. Not all platforms support fractional
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | artpec6.txt | 24 ones are the audio reference clock ("i2s_refclk") and the audio fractional
|
H A D | silabs,si5341.txt | 16 The Si5345 is similar to the Si5341 with the addition of fractional input
|
/openbmc/linux/drivers/hwmon/ |
H A D | emc2103.c | 88 u8 degrees, fractional; in read_temp_from_i2c() local 93 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()
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | specs.rst | 161 Spec may also contain fractional sets - sets which contain a ``subset-of`` 176 Re-defines a portion of another set (a fractional set). 179 are contained. The ``value`` of each attribute in the fractional
|
H A D | c-code-gen.rst | 64 Each attribute set (excluding fractional sets) is rendered as an enum.
|
/openbmc/linux/drivers/clk/ |
H A D | Makefile | 14 obj-$(CONFIG_COMMON_CLK) += clk-fractional-divider.o
|
H A D | Kconfig | 414 and jitter attenuator ICs with fractional and integer dividers.
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7745-iwg22d-sodimm.dts | 204 /* 7 length fractional part in z */
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32f429-disco.dts | 135 /* 7 length fractional part in z */
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | mba6ulx.dtsi | 286 st,fraction-z = <7>; /* 7 length fractional part in z */
|
H A D | imx6qdl-colibri.dtsi | 564 /* 7 length fractional part in z */
|
H A D | imx6qdl-apalis.dtsi | 640 /* 7 length fractional part in z */
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat-macros | 99 `z0Ptr'. The fractional part of the result may be slightly corrupted as 224 by `z0Ptr' and `z1Ptr'. The fractional part of the result may be slightly
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am5729-beagleboneai.dts | 442 /* 7 length fractional part in z */
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 993 static void gen_mxu_d16mul(DisasContext *ctx, bool fractional, in gen_mxu_d16mul() argument 1041 if (fractional) { in gen_mxu_d16mul() 1097 static void gen_mxu_d16mac(DisasContext *ctx, bool fractional, in gen_mxu_d16mac() argument 1142 if (fractional) { in gen_mxu_d16mac() 1168 if (fractional) { in gen_mxu_d16mac()
|
/openbmc/linux/Documentation/staging/ |
H A D | crc32.rst | 114 for any fractional bytes at the end.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 1556 - Motion vector class0 fractional bit probabilities delta. 1559 - Motion vector fractional bit probabilities delta. 1562 - Motion vector class0 high precision fractional bit probabilities delta. 1565 - Motion vector high precision fractional bit probabilities delta. 3944 set, specifies that motion vectors can contain fractional bits.
|