Home
last modified time | relevance | path

Searched full:highest (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c120 MBUS_CONF( CPU, true, HIGHEST, 0, 512, 256, 128); in mctl_set_master_priority_h3()
122 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h3()
123 MBUS_CONF( DMA, true, HIGHEST, 0, 256, 128, 32); in mctl_set_master_priority_h3()
125 MBUS_CONF( CSI, true, HIGHEST, 0, 256, 128, 32); in mctl_set_master_priority_h3()
127 MBUS_CONF( SS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_h3()
128 MBUS_CONF( TS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_h3()
130 MBUS_CONF( DE, true, HIGHEST, 3, 8192, 6120, 1024); in mctl_set_master_priority_h3()
145 MBUS_CONF( CPU, true, HIGHEST, 0, 160, 100, 80); in mctl_set_master_priority_a64()
147 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_a64()
152 MBUS_CONF( SS, true, HIGHEST, 0, 256, 128, 64); in mctl_set_master_priority_a64()
[all …]
/openbmc/qemu/include/hw/intc/
H A Darmv7m_nvic.h21 /* Highest permitted number of exceptions (architectural limit) */
71 unsigned int vectpending; /* highest prio pending enabled exception */
76 int exception_prio; /* group prio of the highest prio active exception */
126 * armv7m_nvic_get_pending_irq_info: return highest priority pending
132 * This function writes the number of the highest priority pending
135 * to true if the current highest priority pending exception should
141 * armv7m_nvic_acknowledge_irq: make highest priority pending exception active
144 * Move the current highest priority pending exception from the pending
/openbmc/phosphor-fan-presence/docs/control/
H A Dzones.md43 interval are analyzed and if the highest requested target is greater than the
57 inside of this interval are analyzed and if the highest requested target is
64 The ceiling of the zone, i.e. the highest target that can be set.
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.hpp217 * Highest value update policy.
222 * Some sensors contain the highest value observed by the voltage
223 * regulator, such as the highest temperature or highest output voltage.
228 * clear its internal value. It will begin calculating a new highest
229 * value. For this reason, the D-Bus sensor value is set to the highest
234 * sensor value is normally the highest value read since the system was
237 highest, enumerator
H A Ddbus_sensor.cpp195 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
229 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
246 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
307 case ValueUpdatePolicy::highest: in shouldUpdateValue()
H A Dsensors.hpp34 * Highest output current.
54 * Highest temperature.
64 * Highest output voltage.
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dusb.asl18 /* Highest D state in S3 state */
21 /* Highest D state in S4 state */
H A Dxhci.asl18 /* Highest D state in S3 state */
/openbmc/qemu/include/hw/misc/
H A Dallwinner-h3-dramc.h32 /** Highest register address used by DRAMCOM module */
39 /** Highest register address used by DRAMCTL module */
46 /** Highest register address used by DRAMPHY module */
H A Dallwinner-r40-dramc.h32 /** Highest register address used by DRAMCOM module */
39 /** Highest register address used by DRAMCTL module */
46 /** Highest register address used by DRAMPHY module */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.8_typo.patch13 …arameter. The second parameter should be the new metric. If ommited the metric 0 (highest) is used.
14 …arameter. The second parameter should be the new metric. If omitted the metric 0 (highest) is used.
/openbmc/u-boot/env/
H A Denv.c109 * highest priority
118 * of descending priorities, from the highest to the lowest priority.
138 * highest priority
140 * This will try to find the available environment with the highest
215 * 2. Otherwise use the location with highest priority in env_load()
/openbmc/u-boot/include/zfs/
H A Dzil.h32 uint64_t zh_replay_seq; /* highest replayed sequence number */
34 uint64_t zh_claim_seq; /* highest claimed sequence number */
/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp412 // Test where exception is nested: Highest priority is innermost exception in TEST()
441 // Test where exception is nested: Highest priority is middle exception in TEST()
477 // Test where exception is nested: Highest priority is outermost exception in TEST()
531 // Test where exception is nested: Highest priority is ConfigFileParserError in TEST()
559 // Test where exception is nested: Highest priority is PMBusError in TEST()
587 // Test where exception is nested: Highest priority is in TEST()
617 // Test where exception is nested: Highest priority is I2CException in TEST()
643 // Test where exception is nested: Highest priority is in TEST()
671 // Test where exception is nested: Highest priority is std::exception in TEST()
697 // Test where exception is nested: Highest priorit in TEST()
[all...]
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_read_sensor.md18 | iout_peak | Highest output current |
22 | temperature_peak | Highest temperature |
24 | vout_peak | Highest output voltage |
96 information, the D-Bus sensor will contain the highest peak/lowest valley value
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml42 use of any hardware that requires the highest
90 use of any hardware that requires the highest
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DMode.interface.yaml42 The system performs at the highest speeds while utilization is
59 This value shall indicate the system performs at the highest
/openbmc/u-boot/include/
H A Dlcd.h182 # define CONSOLE_COLOR_WHITE 15 /* Must remain last / highest */
192 #define CONSOLE_COLOR_WHITE 0x00ffffff /* Must remain last / highest */
203 # define CONSOLE_COLOR_WHITE 0xffff /* Must remain last / highest */
/openbmc/qemu/hw/intc/
H A Darm_gicv3.c27 * precedence over the current recorded highest priority in irqbetter()
29 * the current recorded highest priority pending interrupt in irqbetter()
180 /* Find the highest priority pending interrupt among the in gicv3_redist_update_noirqset()
245 * its new highest priority pending interrupt.
271 /* Find the highest priority pending interrupt in this range. */ in gicv3_update_noirqset()
405 /* Recalculate our cached idea of the current highest priority in arm_gicv3_post_load()
H A Dgicv3_internal.h565 * Recalculate the highest priority pending interrupt after a
576 * Recalculate the highest priority pending interrupts after a
586 * Recalculate the cached information about highest priority
596 * Recalculate the highest priority pending interrupts after
647 * Scan the LPI pending table and recalculate the highest priority
648 * pending LPI and also the overall highest priority pending interrupt.
657 * highest priority pending interrupt. This should be called after
731 * to the current highest priority pending interrupt, the CPU's
742 * a change to the current highest priority pending virtual interrupt.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DRequestedRedundancyPriority.interface.yaml16 By default, any Activation should be done to the highest priority.
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py201 Return the highest version of the providers in file_set.
220 If there is a PREFERRED_VERSION, find the highest-priority bbfile
222 an bbfile in the highest-priority set.
226 # Find the highest priority provider with a REQUIRED_VERSION or PREFERRED_VERSION set
228 # Find the latest version of the highest priority provider
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/
H A DThermalPower.interface.yaml10 This means the name of the thermal sensor that is the highest temp in
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c94 t = a * c; /* Highest order double term. */ in __gcc_qmul()
100 /* Sum terms of two highest orders. */ in __gcc_qmul()
/openbmc/phosphor-led-manager/manager/
H A Dledlayout.hpp34 // with the highest priority coming first

12345678910>>...16