Home
last modified time | relevance | path

Searched refs:higher (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/openbmc/u-boot/arch/x86/lib/
H A Ddiv64.c15 u32 higher; member
25 output.words.higher = output.words.lower << (shift - 32); in __ashldi3()
30 output.words.higher = (output.words.higher << shift) | in __ashldi3()
43 output.words.lower = output.words.higher >> (shift - 32); in __lshrdi3()
44 output.words.higher = 0; in __lshrdi3()
49 (output.words.higher << (32 - shift)); in __lshrdi3()
50 output.words.higher = output.words.higher >> shift; in __lshrdi3()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-enable-high-lnb-voltage.rst13 FE_ENABLE_HIGH_LNB_VOLTAGE - Select output DC level between normal LNBf voltages or higher LNBf - v…
33 - >0 - enables slightly higher voltages instead of 13/18V, in order
39 Select output DC level between normal LNBf voltages or higher LNBf
40 voltages between 0 (normal) or a value grater than 0 for higher
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_timerlat_options.rst14 Stop trace if the *IRQ* latency is higher than the argument in us.
18 Stop trace if the *Thread* latency is higher than the argument in us.
22 Save the stack trace at the *IRQ* if a *Thread* latency is higher than the
H A Dcommon_osnoise_options.rst16 Stop the trace if a single sample is higher than the argument in microseconds.
21 Stop the trace if the total sample is higher than the argument in microseconds.
/openbmc/linux/Documentation/scheduler/
H A Dsched-debug.rst33 the higher the "scan size", the higher the scan rate.
35 Higher scan rates incur higher system overhead as page faults must be
36 trapped and potentially data must be migrated. However, the higher the scan
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-rd88f6281-a.dts8 * higher stepping of the SoC. The ethernet switch does not have a
16 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dzsmalloc.rst14 它从未尝试过higher order页面的分配,这在内存压力下很可能会失败。另一方面,如果我们只
19 们链接起来。这些链接的页面作为一个单一的higher order页面,即一个对象可以跨越0-order
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dpci.c35 static int __init fixup_one_level_bus_range(struct device_node *node, int higher) in fixup_one_level_bus_range() argument
49 if (bus_range[1] > higher) in fixup_one_level_bus_range()
50 higher = bus_range[1]; in fixup_one_level_bus_range()
52 higher = fixup_one_level_bus_range(node->child, higher); in fixup_one_level_bus_range()
54 return higher; in fixup_one_level_bus_range()
/openbmc/linux/net/lapb/
H A DKconfig12 it is used to transport higher level protocols (mostly X.25 Packet
13 Layer, the higher part of X.25, but others are possible as well).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch5 of generated files for cmake version 3.12 or higher
9 cmake version 3.12 or higher
/openbmc/linux/sound/soc/sof/intel/
H A DKconfig16 'select' statements at a higher level.
24 'select' statements at a higher level.
36 'select' statements at a higher level.
291 'select' statements at a higher level.
297 'select' statements at a higher level.
326 'select' statements at a higher level.
334 'select' statements at a higher level.
343 'select' statements at a higher level.
/openbmc/linux/arch/x86/power/
H A Dhibernate_asm_32.S55 jecxz 1f # cr4 Pentium and higher, skip if zero
89 jecxz 1f # cr4 Pentium and higher, skip if zero
/openbmc/linux/tools/tracing/rtla/
H A DMakefile75 MISSING_LIBS += echo "** libtraceevent version $(LIBTRACEEVENT_MIN_VERSION) or higher";
83 MISSING_LIBS += echo "** libtracefs version $(LIBTRACEFS_MIN_VERSION) or higher";
/openbmc/linux/tools/verification/rv/
H A DMakefile75 MISSING_LIBS += echo "** libtraceevent version $(LIBTRACEEVENT_MIN_VERSION) or higher";
83 MISSING_LIBS += echo "** libtracefs version $(LIBTRACEFS_MIN_VERSION) or higher";
/openbmc/linux/sound/soc/sof/amd/
H A DKconfig28 'select' statements at a higher level
61 'select' statements at a higher level
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dnvidia,tegra-regulators-coupling.txt13 and they both shall be higher than the CPU voltage by at least 120mV.
20 voltage shall be higher than the CPU by N mV, where N depends on the CPU
H A Dmcp16502-regulator.txt23 2 - FPWM: higher precision, higher consumption
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/
H A Dmdio-netlink_1.3.1.bb4 # This module requires Linux 5.6 higher
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636013 higher measure range(1~22mV)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
/openbmc/linux/Documentation/hwmon/
H A Dnct6775.rst115 configuration. An alarm is triggered when the temperature gets higher than
207 speed increases (if temperature is higher that desired) or decreases (if
252 points should be set to higher temperatures and higher pwm values to achieve
253 higher fan speeds with increasing temperature. The last data point reflects
H A Dadt7462.rst65 - point2: Set the pwm speed at a higher temperature bound.
67 The ADT7462 will scale the pwm between the lower and higher pwm speed when
/openbmc/qemu/tests/avocado/
H A DREADME.rst5 This directory contains integration tests. They're usually higher
/openbmc/docs/designs/mctp/
H A Dmctp.md44 I2C, PCI, Serial or custom hardware channel, without the higher layers of that
45 stack needing to be aware of the hardware implementation. These higher levels
58 the higher-level data transferred between MCTP endpoints, which packets are
75 - Be usable over simple hardware implementations, but have a facility for higher
/openbmc/u-boot/drivers/pch/
H A DKconfig8 PCH allows for higher performance since the memory functions are
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpci.c60 static int __init fixup_one_level_bus_range(struct device_node *node, int higher) in fixup_one_level_bus_range() argument
74 if (bus_range[1] > higher) in fixup_one_level_bus_range()
75 higher = bus_range[1]; in fixup_one_level_bus_range()
77 higher = fixup_one_level_bus_range(node->child, higher); in fixup_one_level_bus_range()
79 return higher; in fixup_one_level_bus_range()

12345678910>>...24