Searched refs:power_in_watts (Results 1 – 3 of 3) sorted by relevance
1375 static u32 ni_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) in ni_scale_power_for_smc() argument1377 return (power_in_watts * scaling_factor) << 2; in ni_scale_power_for_smc()
2097 static u32 si_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) in si_scale_power_for_smc() argument2099 return power_in_watts; in si_scale_power_for_smc()
2204 static u32 si_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) in si_scale_power_for_smc() argument2206 return power_in_watts; in si_scale_power_for_smc()