Home
last modified time | relevance | path

Searched refs:VddcLevelCount (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
H A Dsmu71_discrete.h254 uint32_t VddcLevelCount; member
H A Dsmu72_discrete.h231 uint32_t VddcLevelCount; member
/dragonfly/sys/dev/drm/radeon/
H A Dsmu7_discrete.h302 uint32_t VddcLevelCount; member
H A Dci_dpm.c2258 table->VddcLevelCount = pi->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
2259 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
2270 table->VddcLevelCount = cpu_to_be32(table->VddcLevelCount); in ci_populate_smc_vddc_table()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dtonga_smumgr.c299 table->VddcLevelCount = data->vddc_voltage_table.count; in tonga_populate_smc_vddc_table()
300 for (count = 0; count < table->VddcLevelCount; count++) { in tonga_populate_smc_vddc_table()
304 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in tonga_populate_smc_vddc_table()
397 uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->VddcLevelCount); in tonga_populate_cac_tables()
H A Diceland_smumgr.c624 table->VddcLevelCount = data->vddc_voltage_table.count; in iceland_populate_smc_vddc_table()
625 for (count = 0; count < table->VddcLevelCount; count++) { in iceland_populate_smc_vddc_table()
638 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in iceland_populate_smc_vddc_table()
H A Dci_smumgr.c846 table->VddcLevelCount = data->vddc_voltage_table.count; in ci_populate_smc_vddc_table()
847 for (count = 0; count < table->VddcLevelCount; count++) { in ci_populate_smc_vddc_table()
863 CONVERT_FROM_HOST_TO_SMC_UL(table->VddcLevelCount); in ci_populate_smc_vddc_table()