Searched refs:power_thresh_low (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/firmware/arm_scmi/ |
H A D | powercap.c | 96 __le32 power_thresh_low; member 586 u32 domain_id, u32 *power_thresh_low, in scmi_powercap_measurements_threshold_get() argument 591 if (!power_thresh_low || !power_thresh_high || in scmi_powercap_measurements_threshold_get() 595 *power_thresh_low = THRESH_LOW(pi, domain_id); in scmi_powercap_measurements_threshold_get() 603 u32 domain_id, u32 power_thresh_low, in scmi_powercap_measurements_threshold_set() argument 610 power_thresh_low > power_thresh_high) in scmi_powercap_measurements_threshold_set() 614 if (THRESH_LOW(pi, domain_id) == power_thresh_low && in scmi_powercap_measurements_threshold_set() 619 (FIELD_PREP(GENMASK_ULL(31, 0), power_thresh_low) | in scmi_powercap_measurements_threshold_set() 797 notify->power_thresh_low = cpu_to_le32(low); in scmi_powercap_notify()
|
/linux/include/linux/ |
H A D | scmi_protocol.h | 733 u32 domain_id, u32 power_thresh_low, 736 u32 domain_id, u32 *power_thresh_low,
|