Lines Matching refs:MinVoltage

957 			(uint32_t *)(&level->MinVoltage), &mvdd);  in fiji_populate_single_graphic_level()
986 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in fiji_populate_single_graphic_level()
1179 (uint32_t *)(&mem_level->MinVoltage), &mem_level->MinMvdd); in fiji_populate_single_memory_level()
1214 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in fiji_populate_single_memory_level()
1320 (uint32_t *)(&table->ACPILevel.MinVoltage), &mvdd); in fiji_populate_smc_acpi_level()
1328 table->ACPILevel.MinVoltage = in fiji_populate_smc_acpi_level()
1361 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in fiji_populate_smc_acpi_level()
1378 (uint32_t *)(&table->MemoryACPILevel.MinVoltage), &mvdd); in fiji_populate_smc_acpi_level()
1385 table->MemoryACPILevel.MinVoltage = in fiji_populate_smc_acpi_level()
1413 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in fiji_populate_smc_acpi_level()
1434 table->VceLevel[count].MinVoltage = 0; in fiji_populate_smc_vce_level()
1435 table->VceLevel[count].MinVoltage |= in fiji_populate_smc_vce_level()
1437 table->VceLevel[count].MinVoltage |= in fiji_populate_smc_vce_level()
1440 table->VceLevel[count].MinVoltage |= 1 << PHASES_SHIFT; in fiji_populate_smc_vce_level()
1452 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].MinVoltage); in fiji_populate_smc_vce_level()
1473 table->AcpLevel[count].MinVoltage |= (mm_table->entries[count].vddc * in fiji_populate_smc_acp_level()
1475 table->AcpLevel[count].MinVoltage |= ((mm_table->entries[count].vddc - in fiji_populate_smc_acp_level()
1477 table->AcpLevel[count].MinVoltage |= 1 << PHASES_SHIFT; in fiji_populate_smc_acp_level()
1488 CONVERT_FROM_HOST_TO_SMC_UL(table->AcpLevel[count].MinVoltage); in fiji_populate_smc_acp_level()
1568 table->UvdLevel[count].MinVoltage = 0; in fiji_populate_smc_uvd_level()
1571 table->UvdLevel[count].MinVoltage |= (mm_table->entries[count].vddc * in fiji_populate_smc_uvd_level()
1573 table->UvdLevel[count].MinVoltage |= ((mm_table->entries[count].vddc - in fiji_populate_smc_uvd_level()
1575 table->UvdLevel[count].MinVoltage |= 1 << PHASES_SHIFT; in fiji_populate_smc_uvd_level()
1594 CONVERT_FROM_HOST_TO_SMC_UL(table->UvdLevel[count].MinVoltage); in fiji_populate_smc_uvd_level()