Searched refs:voltage_ptr (Results 1 – 1 of 1) sorted by relevance
2586 uint16_t *freq_ptr, *voltage_ptr; in navi10_od_edit_dpm_table() local2710 voltage_ptr = &od_table->GfxclkVolt1; in navi10_od_edit_dpm_table()2716 voltage_ptr = &od_table->GfxclkVolt2; in navi10_od_edit_dpm_table()2722 voltage_ptr = &od_table->GfxclkVolt3; in navi10_od_edit_dpm_table()2738 *voltage_ptr = ((uint16_t)input[2]) * NAVI10_VOLTAGE_SCALE; in navi10_od_edit_dpm_table()2739 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr); in navi10_od_edit_dpm_table()