VddciLevelCount   255 drivers/gpu/drm/amd/powerplay/inc/smu71_discrete.h     uint32_t                            VddciLevelCount;
VddciLevelCount   232 drivers/gpu/drm/amd/powerplay/inc/smu72_discrete.h 	uint32_t                            VddciLevelCount;
VddciLevelCount   303 drivers/gpu/drm/amd/powerplay/inc/smu7_discrete.h     uint32_t                            VddciLevelCount;
VddciLevelCount   875 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	table->VddciLevelCount = data->vddci_voltage_table.count;
VddciLevelCount   877 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	for (count = 0; count < table->VddciLevelCount; count++) {
VddciLevelCount   891 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	CONVERT_FROM_HOST_TO_SMC_UL(table->VddciLevelCount);
VddciLevelCount   650 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	table->VddciLevelCount = data->vddci_voltage_table.count;
VddciLevelCount   652 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	for (count = 0; count < table->VddciLevelCount; count++) {
VddciLevelCount   663 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	CONVERT_FROM_HOST_TO_SMC_UL(table->VddciLevelCount);
VddciLevelCount   677 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	for (count = 0; count < table->VddciLevelCount; count++) {
VddciLevelCount   342 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	table->VddciLevelCount = data->vddci_voltage_table.count;
VddciLevelCount   343 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	for (count = 0; count < table->VddciLevelCount; count++) {
VddciLevelCount   361 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	CONVERT_FROM_HOST_TO_SMC_UL(table->VddciLevelCount);
VddciLevelCount  2247 drivers/gpu/drm/radeon/ci_dpm.c 	table->VddciLevelCount = pi->vddci_voltage_table.count;
VddciLevelCount  2248 drivers/gpu/drm/radeon/ci_dpm.c 	for (count = 0; count < table->VddciLevelCount; count++) {
VddciLevelCount  2259 drivers/gpu/drm/radeon/ci_dpm.c 	table->VddciLevelCount = cpu_to_be32(table->VddciLevelCount);
VddciLevelCount   303 drivers/gpu/drm/radeon/smu7_discrete.h     uint32_t                            VddciLevelCount;