Searched refs:socClockInKhz (Results 1 – 3 of 3) sorted by relevance
162 unsigned int socClockInKhz; member
3451 if ((bb->clock_limits[i].socclk_mhz > (max_clocks.socClockInKhz / 1000))3452 && max_clocks.socClockInKhz != 0)3453 bb->clock_limits[i].socclk_mhz = (max_clocks.socClockInKhz / 1000);3521 …calculated_states[i].socclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->socClockInKhz …3522 max_clocks->socClockInKhz / 1000 : calculated_states[i].fabricclk_mhz;3536 calculated_states[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000;3537 calculated_states[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000;3754 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz)3755 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000;
1453 max_clocks->socClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()