Home
last modified time | relevance | path

Searched refs:Smio (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/amd/powerplay/inc/
Dsmu7_discrete.h97 uint8_t Smio; member
334 uint32_t Smio [SMU7_MAX_ENTRIES_SMIO]; member
Dsmu71_discrete.h41 uint8_t Smio; member
277 uint32_t Smio [SMU71_MAX_ENTRIES_SMIO]; member
Dsmu72_discrete.h12 uint8_t Smio; member
254 uint32_t Smio[SMU72_MAX_ENTRIES_SMIO]; member
Dsmu73_discrete.h33 uint8_t Smio; member
261 uint32_t Smio [SMU73_MAX_ENTRIES_SMIO]; member
Dsmu74_discrete.h55 uint8_t Smio; member
295 uint32_t Smio[SMU74_MAX_ENTRIES_SMIO]; member
/drivers/gpu/drm/radeon/
Dsmu7_discrete.h97 uint8_t Smio; member
334 uint32_t Smio [SMU7_MAX_ENTRIES_SMIO]; member
Dci_dpm.c2213 table->VddcLevel[count].Smio |= in ci_populate_smc_vddc_table()
2216 table->VddcLevel[count].Smio = 0; in ci_populate_smc_vddc_table()
2236 table->VddciLevel[count].Smio |= in ci_populate_smc_vddci_table()
2239 table->VddciLevel[count].Smio = 0; in ci_populate_smc_vddci_table()
2259 table->MvddLevel[count].Smio |= in ci_populate_smc_mvdd_table()
2262 table->MvddLevel[count].Smio = 0; in ci_populate_smc_mvdd_table()
/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smc.c469 table->VddcLevel[count].Smio |= data->vddc_voltage_table.entries[count].smio_low; in iceland_populate_smc_vddc_table()
471 table->VddcLevel[count].Smio = 0; in iceland_populate_smc_vddc_table()
494 table->VddciLevel[count].Smio |= data->vddci_voltage_table.entries[count].smio_low; in iceland_populate_smc_vdd_ci_table()
496 table->VddciLevel[count].Smio |= 0; in iceland_populate_smc_vdd_ci_table()
519 table->MvddLevel[count].Smio |= data->mvdd_voltage_table.entries[count].smio_low; in iceland_populate_smc_mvdd_table()
521 table->MvddLevel[count].Smio |= 0; in iceland_populate_smc_mvdd_table()
Dpolaris10_smc.c402 table->SmioTable2.Pattern[level].Smio = in polaris10_populate_smc_mvdd_table()
404 table->Smio[level] |= in polaris10_populate_smc_mvdd_table()
429 table->SmioTable1.Pattern[level].Smio = (uint8_t) level; in polaris10_populate_smc_vddci_table()
431 table->Smio[level] |= data->vddci_voltage_table.entries[level].smio_low; in polaris10_populate_smc_vddci_table()
1801 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in polaris10_init_smc_table()
Dtonga_smc.c227 table->SmioTable1.Pattern[count].Smio = in tonga_populate_smc_vdd_ci_table()
229 table->Smio[count] |= in tonga_populate_smc_vdd_ci_table()
261 table->SmioTable2.Pattern[count].Smio = in tonga_populate_smc_mvdd_table()
263 table->Smio[count] |= in tonga_populate_smc_mvdd_table()
2436 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in tonga_init_smc_table()
Dfiji_smc.c1908 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in fiji_init_smc_table()
/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c2343 table->VddcLevel[count].Smio |= in ci_populate_smc_vddc_table()
2346 table->VddcLevel[count].Smio = 0; in ci_populate_smc_vddc_table()
2366 table->VddciLevel[count].Smio |= in ci_populate_smc_vddci_table()
2369 table->VddciLevel[count].Smio = 0; in ci_populate_smc_vddci_table()
2389 table->MvddLevel[count].Smio |= in ci_populate_smc_mvdd_table()
2392 table->MvddLevel[count].Smio = 0; in ci_populate_smc_mvdd_table()