Searched refs:voltage_ptr (Results 1 – 1 of 1) sorted by relevance
2633 uint16_t *freq_ptr, *voltage_ptr; in navi10_od_edit_dpm_table() local2757 voltage_ptr = &od_table->GfxclkVolt1; in navi10_od_edit_dpm_table()2763 voltage_ptr = &od_table->GfxclkVolt2; in navi10_od_edit_dpm_table()2769 voltage_ptr = &od_table->GfxclkVolt3; in navi10_od_edit_dpm_table()2785 *voltage_ptr = ((uint16_t)input[2]) * NAVI10_VOLTAGE_SCALE; in navi10_od_edit_dpm_table()2786 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr); in navi10_od_edit_dpm_table()