Home
last modified time | relevance | path

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

1234

/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/pldm/platform-mc/
H A Devent_manager.cpp181 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
187 pldm::utils::Direction::LOW, in processNumericSensorEvent()
191 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
208 pldm::utils::Direction::LOW, in processNumericSensorEvent()
218 pldm::utils::Direction::LOW, value, false, false); in processNumericSensorEvent()
227 pldm::utils::Direction::LOW, value, true, true); in processNumericSensorEvent()
246 pldm::utils::Direction::LOW, in processNumericSensorEvent()
249 pldm::utils::Direction::LOW, in processNumericSensorEvent()
253 pldm::utils::Direction::LOW, value, false, false); in processNumericSensorEvent()
258 pldm::utils::Direction::LOW, in processNumericSensorEvent()
[all...]
/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/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()
268 {callout::Priority::LOW, 1}, in setSrcSubsystem()
277 callout::Priority::LOW == iv_srcSubsystem.second)) in setSrcSubsystem()
/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/dbus-sensors/src/
H A DThresholds.cpp52 return Direction::LOW; in findThresholdDirection()
289 else if (threshold.direction == thresholds::Direction::LOW) in checkThresholds()
430 if (change.threshold.direction == thresholds::Direction::LOW) in checkThresholdsPowerDelay()
495 std::make_tuple("average_min", Level::WARNING, Direction::LOW, in parseThresholdsFromAttr()
502 std::make_tuple("min", Level::WARNING, Direction::LOW, 0.0), in parseThresholdsFromAttr()
504 std::make_tuple("lcrit", Level::CRITICAL, Direction::LOW, 0.0), in parseThresholdsFromAttr()
H A Dsensor.hpp406 if (dir == Direction::LOW) in propertyLevel()
426 if (dir == Direction::LOW) in propertyAlarm()
569 opposite = thresholds::Direction::LOW; in fillMissingThresholds()
/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/linux/lib/
H A Dtest_dynamic_debug.c78 enum cat_disjoint_names { LOW = 11, MID, HI }; enumerator
105 prdbg(LOW); in do_cats()
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dov7670.txt13 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
/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/linux/tools/power/cpupower/bench/
H A Dexample.cfg4 priority = LOW
/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()
421 callout::Procedure::NEXTLVL, callout::Priority::LOW); in TEST()
432 callout::SrcSubsystem::OTHERS, callout::Priority::LOW}; in TEST()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l34.txt35 0x0 (Default) = Selected by AD0 input (if AD0 = LOW, use left channel),
37 0x1 = Selected by the inversion of the AD0 input (if AD0 = LOW, use right
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dhihope-rzg2-ex-lvds.dtsi20 * When GP1_20 is LOW LVDS0 is connected to the LVDS connector
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8x-colibri-iris-v2.dtsi32 /* 6B/8B mode. Select LOW - 8B mode (24bit) */
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmax77620.txt54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz
99 event cleared (set to LOW) whether it
125 control) then, GPIO1/nRST_IO goes LOW.
/openbmc/linux/include/linux/mfd/
H A Dtps65010.h123 #define LOW 0 macro
/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/linux/arch/arm/boot/dts/rockchip/
H A Drk3228-evb.dts67 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h106 #define LOW 10 macro
/openbmc/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts67 * GPIOAO_7 (power LED, which has to go LOW as well).
79 * Needs to go LOW (together with the poweroff GPIO)
82 * the output to LOW signals the EC to start a

1234