Searched refs:dcfClockInKhz (Results 1 – 3 of 3) sorted by relevance
163 unsigned int dcfClockInKhz; member
3427 if ((bb->clock_limits[i].dcfclk_mhz > (max_clocks.dcfClockInKhz / 1000))3428 && max_clocks.dcfClockInKhz != 0)3429 bb->clock_limits[i].dcfclk_mhz = (max_clocks.dcfClockInKhz / 1000);3524 …calculated_states[i].dcfclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->dcfClockInKhz …3525 max_clocks->dcfClockInKhz / 1000 : calculated_states[i].fabricclk_mhz;3538 calculated_states[num_calculated_states - 1].dcfclk_mhz = max_clocks->dcfClockInKhz / 1000;3754 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz)3755 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000;
1443 max_clocks->dcfClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()