Home
last modified time | relevance | path

Searched refs:LOW (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/u-boot/board/renesas/sh7785lcr/
H A Drtl8169_mac.c65 EEDI(LOW); in sh7785lcr_bitset()
67 EECLK(LOW); in sh7785lcr_bitset()
71 EEDI(LOW); in sh7785lcr_bitset()
78 EECLK(LOW); in sh7785lcr_bitget()
171 EEDI(LOW); in sh7785lcr_datawrite()
178 EECLK(LOW); in sh7785lcr_datawrite()
179 EEDI(LOW); in sh7785lcr_datawrite()
180 EECS(LOW); in sh7785lcr_datawrite()
192 EEDI(LOW); in sh7785lcr_macerase()
197 EECLK(LOW); in sh7785lcr_macerase()
[all …]
H A Drtl8169.h14 #define LOW 0 macro
/openbmc/qemu/tests/qtest/
H A Dboot-sector.c17 #define LOW(x) ((x) & 0xff) macro
47 [0x06] = LOW(SIGNATURE),
51 [0x09] = LOW(SIGNATURE_ADDR),
60 [0x0e] = LOW(-3),
62 [SIGNATURE_OFFSET] = LOW(0xface),
81 0xa7, 0x39, HIGH(SIGNATURE_ADDR), LOW(SIGNATURE_ADDR), /* lghi r3,0x7c10 */
82 0xa7, 0x48, LOW(SIGNATURE), HIGH(SIGNATURE), /* lhi r4,0xadde */
109 LOW(SIGNATURE), SIGNATURE_ADDR, in boot_sector_init()
/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-powercycle17 LOW=0
28 gpioset "$ASPEED_CHIP" "$BMC_SYS_PWR_CYC1_OFFSET=$LOW"
H A Dchassis-powercycle14 LOW=0
31 gpioset "$ASPEED_CHIP" "$BMC_SYS_PWR_CYC0_OFFSET=$LOW"
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dody-plugins.cpp65 io_servData.calloutTarget(procTrgt, callout::Priority::LOW, false); in pll_unlock()
75 callout::Priority::LOW, false); in pll_unlock()
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp35 LOW, enumerator
49 {Priority::LOW, "L"}, in getString()
68 {Priority::LOW, "low"}, in getStringFFDC()
H A Dservice_data.cpp176 {callout::getString(callout::Priority::LOW), 1}, in addCallout()
270 {callout::Priority::LOW, 1}, in setSrcSubsystem()
279 callout::Priority::LOW == iv_srcSubsystem.second)) in setSrcSubsystem()
H A Dservice_data.hpp235 callout::SrcSubsystem::CEC_HARDWARE, callout::Priority::LOW};
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.8-default-ecdh-curve-name.patch8 {"sslCiphers", CTL_STRING, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH", {0}},
18 @@ -293,8 +293,8 @@ sslCiphers: ALL:!ADH:!LOW:!EXP:!MD5:@STR
/openbmc/dbus-sensors/src/
H A DThresholds.cpp51 return Direction::LOW; in findThresholdDirection()
292 else if (threshold.direction == thresholds::Direction::LOW) in checkThresholds()
434 if (change.threshold.direction == thresholds::Direction::LOW) in checkThresholdsPowerDelay()
499 std::make_tuple("average_min", Level::WARNING, Direction::LOW, in parseThresholdsFromAttr()
506 std::make_tuple("min", Level::WARNING, Direction::LOW, 0.0), in parseThresholdsFromAttr()
508 std::make_tuple("lcrit", Level::CRITICAL, Direction::LOW, 0.0), in parseThresholdsFromAttr()
H A Dsensor.hpp413 if (dir == Direction::LOW) in propertyLevel()
433 if (dir == Direction::LOW) in propertyAlarm()
576 opposite = thresholds::Direction::LOW; in fillMissingThresholds()
H A DThresholds.hpp34 LOW, enumerator
/openbmc/u-boot/board/intel/cherryhill/
H A Dcherryhill.c29 GPIO_PAD_CONF("N48: GP_CAMERASB00", GPIO, M1, GPO, LOW,
32 GPIO_PAD_CONF("N53: GP_CAMERASB01", GPIO, M1, GPO, LOW,
35 GPIO_PAD_CONF("N46: GP_CAMERASB02", GPIO, M1, GPO, LOW,
38 GPIO_PAD_CONF("N51: GP_CAMERASB03", GPIO, M1, GPO, LOW,
41 GPIO_PAD_CONF("N56: GP_CAMERASB04", GPIO, M1, GPO, LOW,
44 GPIO_PAD_CONF("N45: GP_CAMERASB05", GPIO, M1, GPO, LOW,
47 GPIO_PAD_CONF("N49: GP_CAMERASB06", GPIO, M1, GPO, LOW,
50 GPIO_PAD_CONF("N54: GP_CAMERASB07", GPIO, M1, GPO, LOW,
53 GPIO_PAD_CONF("N47: GP_CAMERASB08", GPIO, M1, GPO, LOW,
56 GPIO_PAD_CONF("N52: GP_CAMERASB09", GPIO, M1, GPO, LOW,
[all …]
/openbmc/pldm/platform-mc/test/
H A Devent_manager_test.cpp630 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
651 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
679 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
718 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
742 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
750 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
758 EXPECT_EQ(direction, pldm::utils::Direction::LOW); in TEST()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuDevice.cpp195 thresholds::Direction::LOW, in processTLimitThresholds()
198 thresholds::Direction::LOW, in processTLimitThresholds()
201 thresholds::Direction::LOW, in processTLimitThresholds()
/openbmc/qemu/tests/unit/
H A Dtest-int128.c30 #define LOW 3ULL macro
32 #define MIDDLE (-1ULL & ~LOW & ~HIGH)
36 return (x & LOW) | ((x & 4) ? MIDDLE : 0) | (x & 0x8000 ? HIGH : 0); in expand16()
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp39 callout::Procedure::NEXTLVL, callout::Priority::LOW); in TEST()
42 callout::ClockType::OSC_REF_CLOCK_1, callout::Priority::LOW, false); in TEST()
294 callout::BusType::OMI_BUS, omi_str, callout::Priority::LOW, false); in TEST()
435 callout::Procedure::NEXTLVL, callout::Priority::LOW); in TEST()
446 callout::SrcSubsystem::OTHERS, callout::Priority::LOW}; in TEST()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-definition.md94 | `LOW` | Same as `MED*`, but only if higher priority service does not work. |
158 - `callout_bus` with priority `LOW`. (everything else LOW)
240 "priority" : "LOW",
/openbmc/pldm/platform-mc/
H A Devent_manager.cpp126 {pldm::utils::Level::WARNING, pldm::utils::Direction::LOW}}, in triggerNumericSensorThresholdEvent()
128 {pldm::utils::Level::CRITICAL, pldm::utils::Direction::LOW}}, in triggerNumericSensorThresholdEvent()
130 {pldm::utils::Level::HARDSHUTDOWN, pldm::utils::Direction::LOW}}, in triggerNumericSensorThresholdEvent()
H A Dnumeric_sensor.cpp28 pldm::utils::Direction::HIGH, pldm::utils::Direction::LOW};
1010 {{pldm::utils::Level::WARNING, pldm::utils::Direction::LOW}, in createThresholdLog()
1014 {{pldm::utils::Level::CRITICAL, pldm::utils::Direction::LOW}, in createThresholdLog()
1019 {{pldm::utils::Level::HARDSHUTDOWN, pldm::utils::Direction::LOW}, in createThresholdLog()
/openbmc/u-boot/doc/device-tree-bindings/thermal/
H A Drockchip-thermal.txt18 - rockchip,hw-tshut-polarity : The hardware-controlled active polarity 0:LOW
/openbmc/docs/designs/
H A Docp-led-policy-support.md52 | AC OK (blue) | FAULT (amber) | LOW V (amber) | BACK UP (amber) | State |
61 | AC OK (blue) | FAULT (amber) | LOW V (amber) | BACK UP (amber) | State |
67 | AC OK (blue) | FAULT (amber) | LOW V (amber) | BACK UP (amber) | State |
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h59 LOW, enumerator
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio/
H A D0001-Remove-nested-functions.patch131 + if (direction == OUTPUT && (initial == LOW || initial == HIGH)) {
171 - if (direction == OUTPUT && (initial == LOW || initial == HIGH)) {

12