Searched refs:watt (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_powersupply_readings.robot | 18 [Documentation] Verify there are no invalid power supply input watt records. 64 [Documentation] Verify the power watt records. 70 # reading_type The power watt readings (e.g. "PowerInputWatts")
|
H A D | test_power_control_metrics.robot | 18 [Documentation] Verify there are no invalid power control consumed watt records.
|
/openbmc/linux/drivers/hwmon/ |
H A D | xgene-hwmon.c | 279 u32 watt, mwatt; in xgene_hwmon_get_cpu_pwr() local 282 rc = xgene_hwmon_reg_map_rd(ctx, PMD_PWR_REG, &watt); in xgene_hwmon_get_cpu_pwr() 290 *val = WATT_TO_mWATT(watt) + mwatt; in xgene_hwmon_get_cpu_pwr() 296 u32 watt, mwatt; in xgene_hwmon_get_io_pwr() local 299 rc = xgene_hwmon_reg_map_rd(ctx, SOC_PWR_REG, &watt); in xgene_hwmon_get_io_pwr() 307 *val = WATT_TO_mWATT(watt) + mwatt; in xgene_hwmon_get_io_pwr()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_delloem.h | 80 #define watt 0x00 macro
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_delloem.c | 2549 rc = ipmi_print_get_power_consmpt_data(intf,watt); in ipmi_delloem_powermonitor_main() 2551 rc = ipmi_print_get_power_consmpt_data(intf, watt); in ipmi_delloem_powermonitor_main() 2561 rc = ipmi_print_power_consmpt_history(intf,watt); in ipmi_delloem_powermonitor_main() 2563 rc = ipmi_print_power_consmpt_history(intf, watt); in ipmi_delloem_powermonitor_main() 2573 rc=ipmi_print_power_cap(intf,watt); in ipmi_delloem_powermonitor_main() 2575 rc = ipmi_print_power_cap(intf, watt); in ipmi_delloem_powermonitor_main() 2603 rc = ipmi_set_power_cap(intf,watt,val); in ipmi_delloem_powermonitor_main() 3724 data[3] = watt; in ipmi_set_power_cap() 3727 || (val > ipmipowercap.MaximumPowerConsmp)) && (unit == watt)) { in ipmi_set_power_cap()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 95 performance/watt if used effectively. 533 experience at a better perf/watt. 555 particular system to achieve the best possible perf/watt for that system.
|
H A D | sched-energy.rst | 33 - power = energy/time = [joule/second] = [watt]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.robot | 250 # reading_type The power watt readings (e.g. "PowerInputWatts")
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 605 The png images shows the performance, energy and performan per watt of each test. 658 The png images shows the performance, energy and performan per watt of each test.
|
/openbmc/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 264 achieve up to 40% better performance per watt. (measured by a spin
|