VddcLevelCount    254 drivers/gpu/drm/amd/powerplay/inc/smu71_discrete.h     uint32_t                            VddcLevelCount;
VddcLevelCount    231 drivers/gpu/drm/amd/powerplay/inc/smu72_discrete.h 	uint32_t                            VddcLevelCount;
VddcLevelCount    302 drivers/gpu/drm/amd/powerplay/inc/smu7_discrete.h     uint32_t                            VddcLevelCount;
VddcLevelCount    846 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	table->VddcLevelCount = data->vddc_voltage_table.count;
VddcLevelCount    847 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	for (count = 0; count < table->VddcLevelCount; count++) {
VddcLevelCount    863 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount);
VddcLevelCount    624 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	table->VddcLevelCount = data->vddc_voltage_table.count;
VddcLevelCount    625 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	for (count = 0; count < table->VddcLevelCount; count++) {
VddcLevelCount    638 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount);
VddcLevelCount    309 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		table->VddcLevelCount = data->vddc_voltage_table.count;
VddcLevelCount    310 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		for (count = 0; count < table->VddcLevelCount; count++) {
VddcLevelCount    314 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 		CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount);
VddcLevelCount    407 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 	uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->VddcLevelCount);
VddcLevelCount   2224 drivers/gpu/drm/radeon/ci_dpm.c 	table->VddcLevelCount = pi->vddc_voltage_table.count;
VddcLevelCount   2225 drivers/gpu/drm/radeon/ci_dpm.c 	for (count = 0; count < table->VddcLevelCount; count++) {
VddcLevelCount   2236 drivers/gpu/drm/radeon/ci_dpm.c 	table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount);
VddcLevelCount    302 drivers/gpu/drm/radeon/smu7_discrete.h     uint32_t                            VddcLevelCount;