Searched refs:socClockInKhz (Results 1 – 3 of 3) sorted by relevance
169 unsigned int socClockInKhz; member
3005 if ((bb->clock_limits[i].socclk_mhz > (max_clocks.socClockInKhz / 1000)) in cap_soc_clocks()3006 && max_clocks.socClockInKhz != 0) in cap_soc_clocks()3007 bb->clock_limits[i].socclk_mhz = (max_clocks.socClockInKhz / 1000); in cap_soc_clocks()3069 …calculated_states[i].socclk_mhz = (calculated_states[i].fabricclk_mhz > max_clocks->socClockInKhz … in update_bounding_box()3070 max_clocks->socClockInKhz / 1000 : calculated_states[i].fabricclk_mhz; in update_bounding_box()3084 calculated_states[num_calculated_states - 1].socclk_mhz = max_clocks->socClockInKhz / 1000; in update_bounding_box()3085 calculated_states[num_calculated_states - 1].fabricclk_mhz = max_clocks->socClockInKhz / 1000; in update_bounding_box()3289 if (max_clocks.dcfClockInKhz >= max_clocks.socClockInKhz) in init_soc_bounding_box()3290 max_clocks.dcfClockInKhz = max_clocks.socClockInKhz - 1000; in init_soc_bounding_box()
1615 max_clocks->socClockInKhz = in smu_v11_0_get_max_sustainable_clocks_by_dc()