Searched refs:user_power_cap (Results 1 – 1 of 1) sorted by relevance
181 static int occ_set_user_power_cap(struct occ *occ, u16 user_power_cap) in occ_set_user_power_cap() argument186 __be16 user_power_cap_be = cpu_to_be16(user_power_cap); in occ_set_user_power_cap()693 u16 user_power_cap; in occ_store_caps_user() local701 user_power_cap = div64_u64(value, 1000000ULL); /* microwatt to watt */ in occ_store_caps_user()703 rc = occ_set_user_power_cap(occ, user_power_cap); in occ_store_caps_user()