Searched refs:power_thresh_high (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | powercap.c | 94 __le32 power_thresh_high; member 568 u32 *power_thresh_high) in scmi_powercap_measurements_threshold_get() 572 if (!power_thresh_low || !power_thresh_high || in scmi_powercap_measurements_threshold_get() 577 *power_thresh_high = THRESH_HIGH(pi, domain_id); in scmi_powercap_measurements_threshold_get() 585 u32 power_thresh_high) in scmi_powercap_measurements_threshold_set() 591 power_thresh_low > power_thresh_high) in scmi_powercap_measurements_threshold_set() 596 THRESH_HIGH(pi, domain_id) == power_thresh_high) in scmi_powercap_measurements_threshold_set() 601 FIELD_PREP(GENMASK_ULL(63, 32), power_thresh_high)); in scmi_powercap_measurements_threshold_set() 775 notify->power_thresh_high = cpu_to_le32(high); in scmi_powercap_notify() 566 scmi_powercap_measurements_threshold_get(const struct scmi_protocol_handle *ph, u32 domain_id, u32 *power_thresh_low, u32 *power_thresh_high) scmi_powercap_measurements_threshold_get() argument 583 scmi_powercap_measurements_threshold_set(const struct scmi_protocol_handle *ph, u32 domain_id, u32 power_thresh_low, u32 power_thresh_high) scmi_powercap_measurements_threshold_set() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scmi_protocol.h | 701 u32 power_thresh_high); 704 u32 *power_thresh_high);
|
Completed in 5 milliseconds