Searched refs:power_in_watts (Results 1 – 2 of 2) 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()
2116 static u32 si_scale_power_for_smc(u32 power_in_watts, u32 scaling_factor) in si_scale_power_for_smc() argument2118 return power_in_watts; in si_scale_power_for_smc()