/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-itop-scp-core.dtsi | 179 op_mode = <1>; /* Normal Mode */ 189 op_mode = <1>; /* Normal Mode */ 197 op_mode = <1>; /* Normal Mode */ 205 op_mode = <1>; /* Normal Mode */ 210 op_mode = <0>; /* Always off Mode */ 218 op_mode = <1>; /* Normal Mode */ 226 op_mode = <1>; /* Normal Mode */ 233 op_mode = <1>; /* Normal Mode */ 240 op_mode = <1>; /* Normal Mode */ 247 op_mode = <1>; /* Normal Mode */ [all …]
|
H A D | exynos4412-origen.dts | 168 op_mode = <1>; /* Normal Mode */ 176 op_mode = <1>; /* Normal Mode */ 184 op_mode = <1>; /* Normal Mode */ 192 op_mode = <1>; /* Normal Mode */ 200 op_mode = <1>; /* Normal Mode */ 208 op_mode = <1>; /* Normal Mode */ 216 op_mode = <1>; /* Normal Mode */ 224 op_mode = <1>; /* Normal Mode */ 232 op_mode = <1>; /* Normal Mode */ 240 op_mode = <1>; /* Normal Mode */ [all …]
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg_def.h | 502 #define CSEQm_CIO_REG(Mode, Reg) \ argument 504 ((u32) (Mode) * CSEQ_MODE_PAGE_SIZE) + (u32) (Reg)) 552 #define CMnSCBPTR(Mode) CSEQm_CIO_REG(Mode, MnSCBPTR) argument 554 #define CMnDDBPTR(Mode) CSEQm_CIO_REG(Mode, MnDDBPTR) argument 556 #define CMnSCRATCHPAGE(Mode) CSEQm_CIO_REG(Mode, MnSCRATCHPAGE) argument 564 #define CMnREQMBX(Mode) CSEQm_CIO_REG(Mode, 0x30) argument 571 #define CMnRSPMBX(Mode) CSEQm_CIO_REG(Mode, 0x34) argument 593 #define CMnINT(Mode) CSEQm_CIO_REG(Mode, 0x38) argument 604 #define CMnINTEN(Mode) CSEQm_CIO_REG(Mode, 0x3C) argument 663 #define CMnSCRATCH(Mode) CSEQm_CIO_REG(Mode, 0x1E0) argument [all …]
|
/openbmc/phosphor-time-manager/test/ |
H A D | TestUtils.cpp | 18 EXPECT_EQ(Mode::NTP, in TEST() 21 Mode::Manual, in TEST() 35 modeToStr(Mode::NTP)); in TEST() 37 modeToStr(Mode::Manual)); in TEST() 40 EXPECT_ANY_THROW(modeToStr(static_cast<Mode>(100))); in TEST()
|
H A D | TestBmcEpoch.cpp | 45 bmcEpoch->onModeChanged(Mode::NTP); in TEST_F() 46 EXPECT_EQ(Mode::NTP, manager.getTimeMode()); in TEST_F() 48 bmcEpoch->onModeChanged(Mode::Manual); in TEST_F() 49 EXPECT_EQ(Mode::Manual, manager.getTimeMode()); in TEST_F() 55 EXPECT_EQ(Mode::Manual, manager.getTimeMode()); in TEST_F()
|
/openbmc/phosphor-pid-control/ |
H A D | ipmi.md | 22 ### OEM Get/Set Control Mode 42 | `07` | `Mode` | `If Set, Value 1 == Manual Mode, 0 == Automatic Mode` | 51 | `07` | `Mode` | `If Set, Value 1 == Manual Mode, 0 == Automatic Mode` | 53 ### OEM Get Failsafe Mode 76 | `07` | `failsafe` | `1 == in Failsafe Mode, 0 not in failsafe mode` |
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | Kconfig | 8 bool "IP27 M-Mode" 11 in either N-Modes which allows for more nodes or M-Mode which allows 13 M-Mode, so choose M-mode here. 16 bool "IP27 N-Mode" 19 in either N-Modes which allows for more nodes or M-Mode which allows 21 M-Mode, so choose M-mode here.
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_boot_devices.robot | 31 ... Diags=Force Boot from default Hard-Drive, request Safe-Mode 45 Verify BMC Redfish Boot Source Override with Enabled Mode As Once 46 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Once. 65 Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous 66 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous. 85 Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled 86 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled. 105 Verify Boot Source Override Policy Persistency With Enabled Mode As Once After BMC Reboot 106 …[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Once After BM… 125 Verify Boot Source Override Policy Persistency With Enabled Mode As Continuous After BMC Reboot [all …]
|
H A D | test_alternate_fan_settings.robot | 27 Verify Current Fan Thermal Mode 67 [Template] Set and Verify Thermal Mode Switches 79 [Template] Set and Verify Thermal Mode Switches 88 Verify Supported Fan Thermal Mode Remains Set After Boot 91 [Template] Set and Verify Thermal Mode After Boot 102 Set and Verify Thermal Mode Switches 121 Set and Verify Thermal Mode After Boot 125 Set and Verify Thermal Mode Switches ${pre_req_state} ${thermal_mode}
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | main.cpp | 41 Mode mode = Mode::init; in main() 63 mode = Mode::init; in main() 67 mode = Mode::monitor; in main() 99 if (mode == Mode::init) in main()
|
/openbmc/openpower-occ-control/ |
H A D | powermode.cpp | 30 using Mode = sdbusplus::xyz::openbmc_project::Control::Power::server::Mode; typedef 72 using Mode = typedef 73 sdbusplus::xyz::openbmc_project::Control::Power::server::Mode; 76 {Mode::PowerMode::Static, Mode::PowerMode::MaximumPerformance, 77 Mode::PowerMode::PowerSaving}); 216 SysPwrMode getInternalMode(const Mode::PowerMode& mode) in getInternalMode() 218 if (mode == Mode::PowerMode::MaximumPerformance) in getInternalMode() 222 else if (mode == Mode::PowerMode::PowerSaving) in getInternalMode() 226 else if (mode == Mode::PowerMode::Static) in getInternalMode() 230 else if (mode == Mode::PowerMode::EfficiencyFavorPower) in getInternalMode() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | cciss_defs.h | 61 BYTE Mode:2; /* b00 */ member 66 BYTE Mode:2; /* b01 */ member 72 BYTE Mode:2; /* b10 */ member 79 DWORD Mode:2; member 85 DWORD Mode:2; member
|
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c_interface.hpp | 61 enum class Mode enum in i2c::I2CInterface 141 Mode mode = Mode::SMBUS) = 0; 186 Mode mode = Mode::SMBUS) = 0;
|
H A D | i2c.hpp | 195 Mode mode = Mode::SMBUS) override; 208 Mode mode = Mode::SMBUS) override;
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-typec-displayport | 18 Note. USB configuration does not equal to Exit Mode. It is 19 separate configuration defined in VESA DisplayPort Alt Mode on 29 VESA DisplayPort Alt Mode on USB Type-C Standard defines six 44 Note. As of VESA DisplayPort Alt Mode on USB Type-C Standard 55 VESA DisplayPort Alt Mode on USB Type-C Standard defines how 57 operating in DisplayPort Alt Mode. This is a read only node which 62 by VESA DisplayPort Alt Mode on USB Type-C Standard. 64 VESA DisplayPort Alt Mode on USB Type-C Standard.
|
/openbmc/phosphor-time-manager/ |
H A D | meson.options | 17 # Ex: meson configure -Ddefault_time_mode=Mode::Manual 22 choices: ['Mode::Manual', 'Mode::NTP'], 23 value: 'Mode::Manual',
|
H A D | manager.hpp | 37 void setTimeMode(Mode mode) in setTimeMode() 42 Mode getTimeMode() in getTimeMode() 61 Mode timeMode = DEFAULT_TIME_MODE;
|
/openbmc/linux/drivers/usb/typec/altmodes/ |
H A D | Kconfig | 3 menu "USB Type-C Alternate Mode drivers" 6 tristate "DisplayPort Alternate Mode driver" 9 DisplayPort USB Type-C Alternate Mode allows DisplayPort 17 tristate "NVIDIA Alternate Mode driver"
|
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/ |
H A D | intltool-nowarn.patch | 10 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 20 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 30 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 40 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adc128d818.txt | 6 - Mode 0: 7 single-ended voltage readings (IN0-IN6), 8 - Mode 1: 8 single-ended voltage readings (IN0-IN7), 10 - Mode 2: 4 pseudo-differential voltage readings 13 - Mode 3: 4 single-ended voltage readings (IN0-IN3),
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_write_bytes_action_tests.cpp | 160 A<i2c::I2CInterface::Mode>())) in TEST() 163 write(0x7C, 3, NotNull(), i2c::I2CInterface::Mode::I2C)) in TEST() 195 i2c::I2CInterface::Mode::I2C)) in TEST() 199 write(0xA0, 2, NotNull(), i2c::I2CInterface::Mode::I2C)) in TEST() 240 i2c::I2CInterface::Mode::I2C)) in TEST() 244 write(0xA0, 1, NotNull(), i2c::I2CInterface::Mode::I2C)) in TEST() 305 i2c::I2CInterface::Mode::I2C)) in TEST() 311 A<i2c::I2CInterface::Mode>())) in TEST() 366 A<i2c::I2CInterface::Mode>())) in TEST() 369 write(0x7C, 3, NotNull(), i2c::I2CInterface::Mode::I2C)) in TEST()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Mode' 8 '../../../../../yaml/xyz/openbmc_project/Control/Mode.interface.yaml', 28 'xyz/openbmc_project/Control/Mode',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Power/Mode' 8 '../../../../../../yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml', 28 'xyz/openbmc_project/Control/Power/Mode',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Control/Boot/Mode' 8 '../../../../../../yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml', 28 'xyz/openbmc_project/Control/Boot/Mode',
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-lm3556.rst | 18 Flash Mode 21 In Flash Mode, the LED current source(LED) provides 16 target current levels 47 Torch Mode 50 In Torch Mode, the current source(LED) is programmed via the CURRENT CONTROL 51 REGISTER(0x09).Torch Mode is activated by the ENABLE REGISTER(0x0A) or by the 74 Indicator Mode
|