Lines Matching refs:MinVoltage

825 			&level->MinVoltage, &mvdd);  in vegam_populate_single_graphic_level()
847 CONVERT_FROM_HOST_TO_SMC_UL(level->MinVoltage); in vegam_populate_single_graphic_level()
994 &mem_level->MinVoltage, &mem_level->MinMvdd); in vegam_populate_single_memory_level()
1028 CONVERT_FROM_HOST_TO_SMC_UL(mem_level->MinVoltage); in vegam_populate_single_memory_level()
1129 &table->ACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level()
1146 CONVERT_FROM_HOST_TO_SMC_UL(table->ACPILevel.MinVoltage); in vegam_populate_smc_acpi_level()
1167 &table->MemoryACPILevel.MinVoltage, &mvdd); in vegam_populate_smc_acpi_level()
1189 CONVERT_FROM_HOST_TO_SMC_UL(table->MemoryACPILevel.MinVoltage); in vegam_populate_smc_acpi_level()
1212 table->VceLevel[count].MinVoltage = 0; in vegam_populate_smc_vce_level()
1213 table->VceLevel[count].MinVoltage |= in vegam_populate_smc_vce_level()
1225 table->VceLevel[count].MinVoltage |= in vegam_populate_smc_vce_level()
1227 table->VceLevel[count].MinVoltage |= 1 << PHASES_SHIFT; in vegam_populate_smc_vce_level()
1239 CONVERT_FROM_HOST_TO_SMC_UL(table->VceLevel[count].MinVoltage); in vegam_populate_smc_vce_level()
1324 table->UvdLevel[count].MinVoltage = 0; in vegam_populate_smc_uvd_level()
1327 table->UvdLevel[count].MinVoltage |= in vegam_populate_smc_uvd_level()
1338 table->UvdLevel[count].MinVoltage |= (vddci * VOLTAGE_SCALE) << VDDCI_SHIFT; in vegam_populate_smc_uvd_level()
1339 table->UvdLevel[count].MinVoltage |= 1 << PHASES_SHIFT; in vegam_populate_smc_uvd_level()
1358 CONVERT_FROM_HOST_TO_SMC_UL(table->UvdLevel[count].MinVoltage); in vegam_populate_smc_uvd_level()