Searched refs:SocVoltage (Results 1 – 7 of 7) sorted by relevance
525 if (clock_table->SocVoltage[i] == voltage) { in find_clk_for_voltage()527 } else if (clock_table->SocVoltage[i] >= max_voltage && in find_clk_for_voltage()528 clock_table->SocVoltage[i] < voltage) { in find_clk_for_voltage()529 max_voltage = clock_table->SocVoltage[i]; in find_clk_for_voltage()
137 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
107 uint32_t SocVoltage[VG_NUM_SOC_VOLTAGE_LEVELS]; member
623 if (clock_table->SocVoltage[i] == voltage) in find_dcfclk_for_voltage()698 .SocVoltage = { 2800, 2860, 2860, 2860, 2860, 2860, 2860, 2860 },
128 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
136 uint32_t SocVoltage[NUM_SOC_VOLTAGE_LEVELS]; member
1961 clock_table->SocClocks[i].Vol = table->SocVoltage[i]; in vangogh_get_dpm_clock_table()