Searched refs:power_thresh_high (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c97 __le32 power_thresh_high; member in struct:scmi_msg_powercap_notify_thresh
587 u32 *power_thresh_high)
591 if (!power_thresh_low || !power_thresh_high ||
596 *power_thresh_high = THRESH_HIGH(pi, domain_id);
604 u32 power_thresh_high)
610 power_thresh_low > power_thresh_high)
615 THRESH_HIGH(pi, domain_id) == power_thresh_high)
620 FIELD_PREP(GENMASK_ULL(63, 32), power_thresh_high));
798 notify->power_thresh_high = cpu_to_le32(high);
585 scmi_powercap_measurements_threshold_get(const struct scmi_protocol_handle *ph, u32 domain_id, u32 *power_thresh_low, u32 *power_thresh_high) argument
602 scmi_powercap_measurements_threshold_set(const struct scmi_protocol_handle *ph, u32 domain_id, u32 power_thresh_low, u32 power_thresh_high) argument
/linux-master/include/linux/
H A Dscmi_protocol.h734 u32 power_thresh_high);
737 u32 *power_thresh_high);

Completed in 227 milliseconds