Lines Matching refs:TOOLSTABLE
161 if (priv->smu_tables.entry[TOOLSTABLE].mc_addr) { in vega10_set_tools_address()
164 upper_32_bits(priv->smu_tables.entry[TOOLSTABLE].mc_addr), in vega10_set_tools_address()
168 lower_32_bits(priv->smu_tables.entry[TOOLSTABLE].mc_addr), in vega10_set_tools_address()
277 &priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
278 &priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_init()
279 &priv->smu_tables.entry[TOOLSTABLE].table); in vega10_smu_init()
282 priv->smu_tables.entry[TOOLSTABLE].version = 0x01; in vega10_smu_init()
283 priv->smu_tables.entry[TOOLSTABLE].size = tools_size; in vega10_smu_init()
284 priv->smu_tables.entry[TOOLSTABLE].table_id = TABLE_PMSTATUSLOG; in vega10_smu_init()
306 if (priv->smu_tables.entry[TOOLSTABLE].table) in vega10_smu_init()
307 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_init()
308 &priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_init()
309 &priv->smu_tables.entry[TOOLSTABLE].table); in vega10_smu_init()
342 if (priv->smu_tables.entry[TOOLSTABLE].table) in vega10_smu_fini()
343 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle, in vega10_smu_fini()
344 &priv->smu_tables.entry[TOOLSTABLE].mc_addr, in vega10_smu_fini()
345 &priv->smu_tables.entry[TOOLSTABLE].table); in vega10_smu_fini()