Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 256) sorted by relevance

1234567891011

/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.cpp15 double minimum = getMin(); in write() local
18 double range = maximum - minimum; in write()
20 double ovalue = offset + minimum; in write()
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dsandbox.txt22 - regulator-min-microvolt: minimum allowed Voltage to set
23 - regulator-max-microvolt: minimum allowed Voltage to set
24 - regulator-min-microamps: minimum allowed Current limit to set (LDO1/BUCK1)
25 - regulator-max-microamps: minimum allowed Current limit to set (LDO1/BUCK1)
H A Dmax77686.txt19 - regulator-min-microvolt: minimum allowed Voltage to set
20 - regulator-max-microvolt: minimum allowed Voltage to set
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py162 def fstrim(self, minimum: int) -> Dict[str, object]:
164 ret = getattr(self.qga, 'fstrim')(minimum=minimum)
220 minimum = 0
222 minimum = int(args[0])
223 print(client.fstrim(minimum))
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp65 double minimum = getMin(); in write() local
68 double range = maximum - minimum; in write()
70 double ovalue = offset + minimum; in write()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/
H A DFixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch4 Subject: [PATCH] Fixed 100% CPU using issue by adding minimum POSIX timer
7 Added minimum POSIX timer interval to prevent from timers firing
12 - critical: added minimum POSIX timer interval to prevent from
/openbmc/u-boot/arch/x86/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/openbmc/u-boot/arch/arm/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
H A Dskeleton64.dtsi2 * Skeleton device tree in the 64 bits version; the bare minimum
H A Dimx7-colibri-rawnand.dts21 fsl,use-minimum-ecc;
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-summary72 minimum = datetime.timedelta(seconds=args.shortest)
76 if t.duration >= minimum:
/openbmc/u-boot/arch/mips/dts/
H A Dskeleton.dtsi3 * Skeleton device tree; the bare minimum needed to boot; just include and
/openbmc/u-boot/arch/arc/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/
H A DCargo.toml18 # "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.8
/openbmc/phosphor-dbus-monitor/mslverify/
H A DREADME.md3 phosphor-msl-verify is a "oneshot" application for basic minimum ship level
/openbmc/qemu/docs/about/
H A Dbuild-platforms.rst9 minimum required versions of 3rd party software QEMU depends on. The
98 distribution's default runtime, it may later increase its minimum version
104 As of QEMU |version|, the minimum supported version of Python is 3.9.
109 If QEMU bumps its minimum Python version and a non-default runtime is
116 bindgen tool, which is too big to package and distribute. The minimum
153 still supported by the vendor. The minimum Windows API that is currently
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Duninative-flags.inc5 # used such as libiberty from binutils, for now, until our minimum distro set is
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-initramfs-boot.bb9 # Ensure the initramfs only contains the bare minimum
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/
H A Depeg_git.bb2 DESCRIPTION = "Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DREADME.msl.md5 The OpenBMC API provides a global setting for enforcement of minimum ship level.
22 a particular inventory object does or does not meet the minimum ship level.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/
H A Dedk2-firmware-sbsa-ref.inc23 # QEMU requires that the images be minimum of 256M in size
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A Ddefault-cxx-std.patch2 OE compilers are using newer than these standards and absl needs C++14 minimum
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dtune-i686.inc5 # It is the minimum CPU required by the Debian i386 port.
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reboot-host@.service14 # target which does the minimum required to start the host if the reboot count
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dmicrel-ksz90x1.txt13 All skew control options are specified in picoseconds. The minimum
34 All skew control options are specified in picoseconds. The minimum
40 specified in the devicetree are offset by the minimum value so they

1234567891011