vddci_table       648 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			&data->dpm_table.vddci_table,
vddci_table       731 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			data->dpm_table.vddci_table.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v;
vddci_table       732 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 			data->dpm_table.vddci_table.dpm_levels[i].enabled = 1;
vddci_table       734 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		data->dpm_table.vddci_table.count = allowed_vdd_mclk_table->count;
vddci_table       108 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.h 	struct smu7_single_dpm_table  vddci_table;
vddci_table       429 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci)
vddci_table       433 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 	for (i = 0; i < vddci_table->count; i++) {
vddci_table       434 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 		if (vddci_table->entries[i].value >= vddci)
vddci_table       435 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 			return vddci_table->entries[i].value;
vddci_table       439 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c 	return vddci_table->entries[i-1].value;
vddci_table        86 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.h extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci);
vddci_table      1171 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 		const ATOM_Vega10_Voltage_Lookup_Table *vddci_table =
vddci_table      1176 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c 				&pp_table_info->vddci_lookup_table, vddci_table, 4);
vddci_table      3473 drivers/gpu/drm/radeon/ci_dpm.c 				  &pi->dpm_table.vddci_table,
vddci_table      3517 drivers/gpu/drm/radeon/ci_dpm.c 			pi->dpm_table.vddci_table.dpm_levels[i].value =
vddci_table      3519 drivers/gpu/drm/radeon/ci_dpm.c 			pi->dpm_table.vddci_table.dpm_levels[i].enabled = true;
vddci_table      3521 drivers/gpu/drm/radeon/ci_dpm.c 		pi->dpm_table.vddci_table.count = allowed_mclk_table->count;
vddci_table        73 drivers/gpu/drm/radeon/ci_dpm.h 	struct ci_single_dpm_table vddci_table;