Lines Matching refs:TABLE_PMSTATUSLOG
191 if (priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr) { in vega12_set_tools_address()
194 upper_32_bits(priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr))) in vega12_set_tools_address()
197 lower_32_bits(priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr)); in vega12_set_tools_address()
255 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle, in vega12_smu_init()
256 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr, in vega12_smu_init()
257 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].table); in vega12_smu_init()
261 priv->smu_tables.entry[TABLE_PMSTATUSLOG].version = 0x01; in vega12_smu_init()
262 priv->smu_tables.entry[TABLE_PMSTATUSLOG].size = tools_size; in vega12_smu_init()
319 if (priv->smu_tables.entry[TABLE_PMSTATUSLOG].table) in vega12_smu_init()
320 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle, in vega12_smu_init()
321 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr, in vega12_smu_init()
322 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].table); in vega12_smu_init()
349 if (priv->smu_tables.entry[TABLE_PMSTATUSLOG].table) in vega12_smu_fini()
350 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle, in vega12_smu_fini()
351 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr, in vega12_smu_fini()
352 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].table); in vega12_smu_fini()