Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dsmu7_discrete.h97 uint8_t Smio; member
335 uint32_t Smio [SMU7_MAX_ENTRIES_SMIO]; member
H A Dsmu71_discrete.h41 uint8_t Smio; member
277 uint32_t Smio [SMU71_MAX_ENTRIES_SMIO]; member
H A Dsmu72_discrete.h35 uint8_t Smio; member
277 uint32_t Smio[SMU72_MAX_ENTRIES_SMIO]; member
H A Dsmu73_discrete.h33 uint8_t Smio; member
261 uint32_t Smio [SMU73_MAX_ENTRIES_SMIO]; member
H A Dsmu74_discrete.h55 uint8_t Smio; member
295 uint32_t Smio[SMU74_MAX_ENTRIES_SMIO]; member
H A Dsmu75_discrete.h53 uint8_t Smio; member
301 uint32_t Smio [SMU75_MAX_ENTRIES_SMIO]; member
/dragonfly/sys/dev/drm/radeon/
H A Dsmu7_discrete.h97 uint8_t Smio; member
334 uint32_t Smio [SMU7_MAX_ENTRIES_SMIO]; member
H A Dci_dpm.c2265 table->VddcLevel[count].Smio |= in ci_populate_smc_vddc_table()
2268 table->VddcLevel[count].Smio = 0; in ci_populate_smc_vddc_table()
2288 table->VddciLevel[count].Smio |= in ci_populate_smc_vddci_table()
2291 table->VddciLevel[count].Smio = 0; in ci_populate_smc_vddci_table()
2311 table->MvddLevel[count].Smio |= in ci_populate_smc_mvdd_table()
2314 table->MvddLevel[count].Smio = 0; in ci_populate_smc_mvdd_table()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dci_smumgr.c855 table->VddcLevel[count].Smio = (uint8_t) count; in ci_populate_smc_vddc_table()
856 table->Smio[count] |= data->vddc_voltage_table.entries[count].smio_low; in ci_populate_smc_vddc_table()
859 table->VddcLevel[count].Smio = 0; in ci_populate_smc_vddc_table()
883 table->VddciLevel[count].Smio = (uint8_t) count; in ci_populate_smc_vdd_ci_table()
884 table->Smio[count] |= data->vddci_voltage_table.entries[count].smio_low; in ci_populate_smc_vdd_ci_table()
887 table->VddciLevel[count].Smio = 0; in ci_populate_smc_vdd_ci_table()
911 table->MvddLevel[count].Smio = (uint8_t) count; in ci_populate_smc_mvdd_table()
912 table->Smio[count] |= data->mvdd_voltage_table.entries[count].smio_low; in ci_populate_smc_mvdd_table()
915 table->MvddLevel[count].Smio = 0; in ci_populate_smc_mvdd_table()
2066 CONVERT_FROM_HOST_TO_SMC_UL(table->Smio[i]); in ci_init_smc_table()
H A Dvegam_smumgr.c462 table->SmioTable2.Pattern[level].Smio = in vegam_populate_smc_mvdd_table()
464 table->Smio[level] |= in vegam_populate_smc_mvdd_table()
489 table->SmioTable1.Pattern[level].Smio = (uint8_t) level; in vegam_populate_smc_vddci_table()
491 table->Smio[level] |= data->vddci_voltage_table.entries[level].smio_low; in vegam_populate_smc_vddci_table()
2127 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in vegam_init_smc_table()
H A Diceland_smumgr.c633 table->VddcLevel[count].Smio |= data->vddc_voltage_table.entries[count].smio_low; in iceland_populate_smc_vddc_table()
635 table->VddcLevel[count].Smio = 0; in iceland_populate_smc_vddc_table()
658 table->VddciLevel[count].Smio |= data->vddci_voltage_table.entries[count].smio_low; in iceland_populate_smc_vdd_ci_table()
660 table->VddciLevel[count].Smio |= 0; in iceland_populate_smc_vdd_ci_table()
683 table->MvddLevel[count].Smio |= data->mvdd_voltage_table.entries[count].smio_low; in iceland_populate_smc_mvdd_table()
685 table->MvddLevel[count].Smio |= 0; in iceland_populate_smc_mvdd_table()
H A Dpolaris10_smumgr.c659 table->SmioTable2.Pattern[level].Smio = in polaris10_populate_smc_mvdd_table()
661 table->Smio[level] |= in polaris10_populate_smc_mvdd_table()
686 table->SmioTable1.Pattern[level].Smio = (uint8_t) level; in polaris10_populate_smc_vddci_table()
688 table->Smio[level] |= data->vddci_voltage_table.entries[level].smio_low; in polaris10_populate_smc_vddci_table()
1943 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in polaris10_init_smc_table()
H A Dtonga_smumgr.c341 table->SmioTable1.Pattern[count].Smio = in tonga_populate_smc_vdd_ci_table()
343 table->Smio[count] |= in tonga_populate_smc_vdd_ci_table()
368 table->SmioTable2.Pattern[count].Smio = in tonga_populate_smc_mvdd_table()
370 table->Smio[count] |= in tonga_populate_smc_mvdd_table()
2413 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in tonga_init_smc_table()
H A Dfiji_smumgr.c2105 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in fiji_init_smc_table()