Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 892) sorted by relevance

12345678910>>...36

/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/
H A Dacx22-ipmi-hwmon-sensors.yaml7 Value:
28 Value:
49 Value:
70 Value:
91 Value:
112 Value:
133 Value:
154 Value:
175 Value:
196 Value:
[all …]
/openbmc/openbmc/meta-ieisystems/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/
H A Dfp5280g3-ipmi-sensors.yaml7 Value:
28 Value:
49 Value:
70 Value:
91 Value:
113 Value:
135 Value:
157 Value:
179 Value:
201 Value:
[all …]
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/
H A Dg220a-ipmi-sensors.yaml7 Value:
29 Value:
51 Value:
73 Value:
95 Value:
117 Value:
139 Value:
161 Value:
183 Value:
205 Value:
[all …]
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/
H A Dethanolx-ipmi-sensors.yaml16 Value:
36 Value:
56 Value:
76 Value:
96 Value:
116 Value:
136 Value:
156 Value:
177 Value:
199 Value:
[all …]
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/
H A Ddaytonax-ipmi-sensors.yaml16 Value:
36 Value:
57 Value:
78 Value:
99 Value:
120 Value:
141 Value:
162 Value:
183 Value:
204 Value:
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/
H A Dacx22-ipmi-hwmon-sensors.yaml7 Value:
28 Value:
49 Value:
70 Value:
91 Value:
112 Value:
133 Value:
154 Value:
175 Value:
196 Value:
[all …]
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-sensor-map/
H A Dconfig.yaml15 Value:
34 Value:
53 Value:
71 Value:
90 Value:
126 Value:
162 Value:
198 Value:
234 Value:
253 Value:
[all …]
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_map.yaml544 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
548 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
552 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
556 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
560 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
564 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
568 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
572 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
576 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
580 - !!python/tuple [xyz.openbmc_project.Sensor.Value]
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm.c840 pDM_Odm->SupportICType = Value; in ODM_CmnInfoInit()
844 pDM_Odm->CutVersion = (u8)Value; in ODM_CmnInfoInit()
848 pDM_Odm->FabVersion = (u8)Value; in ODM_CmnInfoInit()
852 pDM_Odm->RFEType = (u8)Value; in ODM_CmnInfoInit()
864 pDM_Odm->ExtLNA = (u8)Value; in ODM_CmnInfoInit()
868 pDM_Odm->ExtPA = (u8)Value; in ODM_CmnInfoInit()
885 pDM_Odm->ExtTRSW = (u8)Value; in ODM_CmnInfoInit()
888 pDM_Odm->PatchID = (u8)Value; in ODM_CmnInfoInit()
1086 pDM_Odm->bLinked = (bool)Value; in ODM_CmnInfoUpdate()
1094 pDM_Odm->RSSI_Min = (u8)Value; in ODM_CmnInfoUpdate()
[all …]
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/
H A Dromulus-ipmi-sensors.yaml623 Value:
645 Value:
667 Value:
689 Value:
711 Value:
733 Value:
755 Value:
777 Value:
799 Value:
821 Value:
[all …]
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtachtool.c142 int Value = 0; in main() local
168 Value = set_fan_speed (dev_id, fannum, rpmvalue); in main()
169 if ( -1 == Value ) in main()
178 Value = get_fan_speed (dev_id, fannum, &rpmvalue); in main()
179 if ( -1 == Value) in main()
189 Value = set_pwm_dutycycle (dev_id, fannum, rpmvalue); in main()
190 if ( -1 == Value ) in main()
199 Value = set_pwm_dutycycle_value (dev_id, fannum, rpmvalue); in main()
200 if ( -1 == Value ) in main()
209 Value = get_pwm_dutycycle (dev_id, fannum, &dutycycle); in main()
[all …]
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/
H A Dpalmetto-ipmi-sensors.yaml631 Value:
653 Value:
675 Value:
697 Value:
719 Value:
741 Value:
763 Value:
785 Value:
807 Value:
829 Value:
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c34 Efuse_Read1ByteFromFakeContent(u16 Offset, u8 *Value) in Efuse_Read1ByteFromFakeContent() argument
39 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent()
41 *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; in Efuse_Read1ByteFromFakeContent()
46 Efuse_Write1ByteToFakeContent(u16 Offset, u8 Value) in Efuse_Write1ByteToFakeContent() argument
51 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent()
53 fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; in Efuse_Write1ByteToFakeContent()
456 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte()
465 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead2Byte()
466 *Value |= pEEPROM->efuse_eeprom_data[Offset+1]<<8; in efuse_ShadowRead2Byte()
475 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead4Byte()
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot73 #timeout Value
102 Valid Value session_service['Id'] ['SessionService']
104 Valid Value session_service['ServiceEnabled'] [True]
119 Valid Value sessions['Name'] ['Session Collection']
135 Valid Value session_properties['Id'] ['${session_id}']
147 Valid Value managers['Name'] ['Manager Collection']
163 Valid Value chassis['Name'] ['Chassis Collection']
202 List Should Contain Value ${sessions} ${payload}
239 ... Valid Value session_timeout [${value}]
276 Get Default Timeout Value
[all …]
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt8 Value type: <string>
21 Value type: <stringlist>
31 Value type: <stringlist>
36 Value type: <phandle>
41 Value type: <stringlist>
53 Value type: <phandle>
59 Value type: <stringlist>
65 Value type: <phandle>
72 Value type: <phandle>
78 Value type: <phandle>
[all …]
/openbmc/linux/scripts/
H A Dgenerate_rust_target.rs19 enum Value { enum
26 type Object = Vec<(String, Value)>;
30 impl Display for Value { implementation
33 Value::Boolean(boolean) => write!(formatter, "{}", boolean), in fmt()
34 Value::Number(number) => write!(formatter, "{}", number), in fmt()
35 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt()
36 Value::Object(object) => { in fmt()
64 self.0.push((key.to_string(), Value::Boolean(value))); in push()
70 self.0.push((key.to_string(), Value::Number(value))); in push()
76 self.0.push((key.to_string(), Value::String(value))); in push()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-8x16-phy.txt5 Value type: <string>
10 Value type: <prop-encoded-array>
15 Value type: <prop-encoded-array>
22 Value type: <string>
27 Value type: <phandle>
32 Value type: <phandle>
37 Value type: <phandle>
42 Value type: <prop-encoded-array>
47 Value type: <string>
52 Value type: <prop-encoded-array>
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dqcom,pm8xxx-keypad.txt7 Value type: <string>
14 Value type: <prop-encoded-array>
19 Value type: <prop-encoded-array>
27 Value type: <prop-encoded-array>
33 Value type: <bool>
38 Value type: <bool>
44 Value type: <u32>
50 Value type: <u32>
56 Value type: <u32>
62 Value type: <u32>
[all …]
/openbmc/u-boot/arch/arm/mach-davinci/
H A DKconfig79 Value written to PLLC0 PLL Post-Divider Control Register
85 Value written to PLLC0 Divider 1 register
91 Value written to PLLC0 Divider 2 register
97 Value written to PLLC0 Divider 3 register
103 Value written to PLLC0 Divider 4 register
109 Value written to PLLC0 Divider 5 register
115 Value written to PLLC0 Divider 6 register
121 Value written to PLLC0 Divider 7 register
133 Value written to PLLC1 Divider 1 register
139 Value written to PLLC1 Divider 2 register
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/
H A Devents.yaml322 name: Value
337 name: Value
431 name: Value
464 name: Value
498 name: Value
712 name: Value
717 name: Value
726 name: Value
731 name: Value
740 name: Value
[all …]
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/
H A Dolympus-nuvoton-ipmi-sensors.yaml17 xyz.openbmc_project.Sensor.Value:
18 Value:
72 Value:
156 Value:
210 Value:
249 Value:
286 Value:
322 Value:
378 Value:
434 Value:
[all …]
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/
H A Devb-npcm845-ipmi-sensors.yaml19 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
25 xyz.openbmc_project.Sensor.Value:
26 Value:
53 unit: xyz.openbmc_project.Sensor.Value.Unit.Volts
55 xyz.openbmc_project.Sensor.Value:
56 Value:
106 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
112 xyz.openbmc_project.Sensor.Value:
113 Value:
/openbmc/google-ipmi-sys/
H A DREADME.md94 | Byte(s) | Value | Data |
107 | Byte(s) | Value | Data |
172 | Byte(s) | Value | Data |
190 | Byte(s) | Value | Data |
196 | Byte(s) | Value | Data |
206 | Byte(s) | Value | Data |
232 | Byte(s) | Value | Data |
244 | Byte(s) | Value | Data |
426 | Byte(s) | Value | Data |
450 | Byte(s) | Value | Data |
[all …]
/openbmc/phosphor-power/
H A Dgpio.hpp33 enum class Value enum
74 Value read();
83 void set(Value value);
92 void requestLine(Value defaultValue = Value::high);
/openbmc/witherspoon-pfault-analysis/
H A Dgpio.hpp33 enum class Value enum
74 Value read();
83 void set(Value value);
92 void requestLine(Value defaultValue = Value::high);

12345678910>>...36