Home
last modified time | relevance | path

Searched refs:power_limit_uw (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/powercap/
H A Darm_scmi_powercap.c100 u64 power_limit_uw, u32 *norm) in scmi_powercap_normalize_cap() argument
105 val = scale_mw ? DIV_ROUND_UP_ULL(power_limit_uw, 1000) : power_limit_uw; in scmi_powercap_normalize_cap()
116 if (power_limit_uw != val) in scmi_powercap_normalize_cap()
119 spz->info->name, power_limit_uw, val); in scmi_powercap_normalize_cap()
137 u64 *power_limit_uw) in scmi_powercap_get_power_limit_uw() argument
147 *power_limit_uw = power; in scmi_powercap_get_power_limit_uw()
149 *power_limit_uw *= 1000; in scmi_powercap_get_power_limit_uw()
H A Dpowercap_sys.c126 define_power_zone_constraint_show(power_limit_uw);
127 define_power_zone_constraint_store(power_limit_uw);
/openbmc/linux/Documentation/power/powercap/
H A Dpowercap.rst240 Except power_limit_uw and time_window_us other fields are optional.