Searched refs:power_thresh_low (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | powercap.c | 93 __le32 power_thresh_low; member 567 u32 domain_id, u32 *power_thresh_low, in scmi_powercap_measurements_threshold_get() argument 572 if (!power_thresh_low || !power_thresh_high || in scmi_powercap_measurements_threshold_get() 576 *power_thresh_low = THRESH_LOW(pi, domain_id); in scmi_powercap_measurements_threshold_get() 584 u32 domain_id, u32 power_thresh_low, in scmi_powercap_measurements_threshold_set() argument 591 power_thresh_low > power_thresh_high) in scmi_powercap_measurements_threshold_set() 595 if (THRESH_LOW(pi, domain_id) == power_thresh_low && in scmi_powercap_measurements_threshold_set() 600 (FIELD_PREP(GENMASK_ULL(31, 0), power_thresh_low) | in scmi_powercap_measurements_threshold_set() 774 notify->power_thresh_low = cpu_to_le32(low); in scmi_powercap_notify()
|
/openbmc/linux/include/linux/ |
H A D | scmi_protocol.h | 700 u32 domain_id, u32 power_thresh_low, 703 u32 domain_id, u32 *power_thresh_low,
|