Searched refs:power_limit_uw (Results 1 – 3 of 3) sorted by relevance
100 u64 power_limit_uw, u32 *norm) in scmi_powercap_normalize_cap() argument105 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() argument147 *power_limit_uw = power; in scmi_powercap_get_power_limit_uw()149 *power_limit_uw *= 1000; in scmi_powercap_get_power_limit_uw()
126 define_power_zone_constraint_show(power_limit_uw);127 define_power_zone_constraint_store(power_limit_uw);
240 Except power_limit_uw and time_window_us other fields are optional.