Lines Matching refs:TOOLSTABLE
119 if (priv->smu_tables.entry[TOOLSTABLE].mc_addr) { in vega10_set_tools_address()
122 upper_32_bits(priv->smu_tables.entry[TOOLSTABLE].mc_addr)); in vega10_set_tools_address()
125 lower_32_bits(priv->smu_tables.entry[TOOLSTABLE].mc_addr)); in vega10_set_tools_address()
233 &priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
234 &priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_init()
235 &priv->smu_tables.entry[TOOLSTABLE].table); in vega10_smu_init()
238 priv->smu_tables.entry[TOOLSTABLE].version = 0x01; in vega10_smu_init()
239 priv->smu_tables.entry[TOOLSTABLE].size = tools_size; in vega10_smu_init()
240 priv->smu_tables.entry[TOOLSTABLE].table_id = TABLE_PMSTATUSLOG; in vega10_smu_init()
262 if (priv->smu_tables.entry[TOOLSTABLE].table) in vega10_smu_init()
263 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
264 &priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_init()
265 &priv->smu_tables.entry[TOOLSTABLE].table); in vega10_smu_init()
298 if (priv->smu_tables.entry[TOOLSTABLE].table) in vega10_smu_fini()
299 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_fini()
300 &priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_fini()
301 &priv->smu_tables.entry[TOOLSTABLE].table); in vega10_smu_fini()