Lines Matching refs:cpu_to_be16
2372 smc_state->levels[i].dpm2.PwrEfficiencyRatio = cpu_to_be16(pwr_efficiency_ratio); in si_populate_power_containment_values()
2609 cpu_to_be16((u16)smc_leakage); in si_init_dte_leakage_table()
2645 cpu_to_be16((u16)smc_leakage); in si_init_simplified_leakage_table()
4058 voltage->value = cpu_to_be16(table->entries[i].value); in si_populate_voltage_value()
4081 voltage->value = cpu_to_be16(si_pi->mvdd_voltage_table.entries[voltage->index].value); in si_populate_mvdd_value()
4142 voltage->value = cpu_to_be16(value); in si_populate_std_voltage_value()
5532 cpu_to_be16(si_pi->mc_reg_table.mc_reg_address[j].s0); in si_populate_mc_reg_addresses()
5534 cpu_to_be16(si_pi->mc_reg_table.mc_reg_address[j].s1); in si_populate_mc_reg_addresses()
5987 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table()
5988 fan_table.temp_med = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100); in si_thermal_setup_fan_table()
5989 fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100); in si_thermal_setup_fan_table()
5991 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
5992 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
5994 fan_table.fdo_min = cpu_to_be16(fdo_min); in si_thermal_setup_fan_table()
5996 fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()
5998 fan_table.hys_up = cpu_to_be16(1); in si_thermal_setup_fan_table()
6000 fan_table.hys_slope = cpu_to_be16(1); in si_thermal_setup_fan_table()
6002 fan_table.temp_resp_lim = cpu_to_be16(5); in si_thermal_setup_fan_table()
6009 fan_table.fdo_max = cpu_to_be16((u16)duty100); in si_thermal_setup_fan_table()