Searched refs:spll_table (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dni_dpm.c2094 SMC_NISLANDS_SPLL_DIV_TABLE *spll_table; local
2107 spll_table = kzalloc(sizeof(SMC_NISLANDS_SPLL_DIV_TABLE), GFP_KERNEL);
2108 if (spll_table == NULL)
2142 spll_table->freq[i] = cpu_to_be32(tmp);
2146 spll_table->ss[i] = cpu_to_be32(tmp);
2152 ret = rv770_copy_bytes_to_smc(rdev, ni_pi->spll_table_start, (u8 *)spll_table,
2155 kfree(spll_table);
H A Dsi_dpm.c2785 SMC_SISLANDS_SPLL_DIV_TABLE *spll_table; local
2797 spll_table = kzalloc(sizeof(SMC_SISLANDS_SPLL_DIV_TABLE), GFP_KERNEL);
2798 if (spll_table == NULL)
2829 spll_table->freq[i] = cpu_to_be32(tmp);
2833 spll_table->ss[i] = cpu_to_be32(tmp);
2841 (u8 *)spll_table, sizeof(SMC_SISLANDS_SPLL_DIV_TABLE),
2847 kfree(spll_table);
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2945 SMC_SISLANDS_SPLL_DIV_TABLE *spll_table; local
2957 spll_table = kzalloc(sizeof(SMC_SISLANDS_SPLL_DIV_TABLE), GFP_KERNEL);
2958 if (spll_table == NULL)
2988 spll_table->freq[i] = cpu_to_be32(tmp);
2992 spll_table->ss[i] = cpu_to_be32(tmp);
3000 (u8 *)spll_table,
3007 kfree(spll_table);

Completed in 315 milliseconds