Lines Matching refs:profile

282 	struct atom_asic_profiling_info_v4_1 *profile;
286 profile = (struct atom_asic_profiling_info_v4_1 *)
290 if (!profile)
293 format_revision = ((struct atom_common_table_header *)profile)->format_revision;
294 content_revision = ((struct atom_common_table_header *)profile)->content_revision;
297 param->ulMaxVddc = le32_to_cpu(profile->maxvddc);
298 param->ulMinVddc = le32_to_cpu(profile->minvddc);
300 le32_to_cpu(profile->avfs_meannsigma_acontant0);
302 le32_to_cpu(profile->avfs_meannsigma_acontant1);
304 le32_to_cpu(profile->avfs_meannsigma_acontant2);
306 le16_to_cpu(profile->avfs_meannsigma_dc_tol_sigma);
308 le16_to_cpu(profile->avfs_meannsigma_platform_mean);
310 le16_to_cpu(profile->avfs_meannsigma_platform_sigma);
312 le32_to_cpu(profile->gb_vdroop_table_cksoff_a0);
314 le32_to_cpu(profile->gb_vdroop_table_cksoff_a1);
316 le32_to_cpu(profile->gb_vdroop_table_cksoff_a2);
318 le32_to_cpu(profile->gb_vdroop_table_ckson_a0);
320 le32_to_cpu(profile->gb_vdroop_table_ckson_a1);
322 le32_to_cpu(profile->gb_vdroop_table_ckson_a2);
324 le32_to_cpu(profile->avfsgb_fuse_table_cksoff_m1);
326 le32_to_cpu(profile->avfsgb_fuse_table_cksoff_m2);
328 le32_to_cpu(profile->avfsgb_fuse_table_cksoff_b);
330 le32_to_cpu(profile->avfsgb_fuse_table_ckson_m1);
332 le32_to_cpu(profile->avfsgb_fuse_table_ckson_m2);
334 le32_to_cpu(profile->avfsgb_fuse_table_ckson_b);
337 profile->enable_gb_vdroop_table_ckson;
339 profile->enable_gb_fuse_table_ckson;
341 le16_to_cpu(profile->psm_age_comfactor);
344 le32_to_cpu(profile->dispclk2gfxclk_a);
346 le32_to_cpu(profile->dispclk2gfxclk_b);
348 le32_to_cpu(profile->dispclk2gfxclk_c);
350 le32_to_cpu(profile->dcefclk2gfxclk_a);
352 le32_to_cpu(profile->dcefclk2gfxclk_b);
354 le32_to_cpu(profile->dcefclk2gfxclk_c);
356 le32_to_cpu(profile->pixclk2gfxclk_a);
358 le32_to_cpu(profile->pixclk2gfxclk_b);
360 le32_to_cpu(profile->pixclk2gfxclk_c);
362 le32_to_cpu(profile->phyclk2gfxclk_a);
364 le32_to_cpu(profile->phyclk2gfxclk_b);
366 le32_to_cpu(profile->phyclk2gfxclk_c);
376 profile_v4_2 = (struct atom_asic_profiling_info_v4_2 *)profile;
442 le32_to_cpu(profile->phyclk2gfxclk_a);