Lines Matching refs:profile

204 	struct atom_asic_profiling_info_v4_1 *profile;
208 profile = (struct atom_asic_profiling_info_v4_1 *)
212 if (!profile)
215 format_revision = ((struct atom_common_table_header *)profile)->format_revision;
216 content_revision = ((struct atom_common_table_header *)profile)->content_revision;
219 param->ulMaxVddc = le32_to_cpu(profile->maxvddc);
220 param->ulMinVddc = le32_to_cpu(profile->minvddc);
222 le32_to_cpu(profile->avfs_meannsigma_acontant0);
224 le32_to_cpu(profile->avfs_meannsigma_acontant1);
226 le32_to_cpu(profile->avfs_meannsigma_acontant2);
228 le16_to_cpu(profile->avfs_meannsigma_dc_tol_sigma);
230 le16_to_cpu(profile->avfs_meannsigma_platform_mean);
232 le16_to_cpu(profile->avfs_meannsigma_platform_sigma);
234 le32_to_cpu(profile->gb_vdroop_table_cksoff_a0);
236 le32_to_cpu(profile->gb_vdroop_table_cksoff_a1);
238 le32_to_cpu(profile->gb_vdroop_table_cksoff_a2);
240 le32_to_cpu(profile->gb_vdroop_table_ckson_a0);
242 le32_to_cpu(profile->gb_vdroop_table_ckson_a1);
244 le32_to_cpu(profile->gb_vdroop_table_ckson_a2);
246 le32_to_cpu(profile->avfsgb_fuse_table_cksoff_m1);
248 le32_to_cpu(profile->avfsgb_fuse_table_cksoff_m2);
250 le32_to_cpu(profile->avfsgb_fuse_table_cksoff_b);
252 le32_to_cpu(profile->avfsgb_fuse_table_ckson_m1);
254 le32_to_cpu(profile->avfsgb_fuse_table_ckson_m2);
256 le32_to_cpu(profile->avfsgb_fuse_table_ckson_b);
259 profile->enable_gb_vdroop_table_ckson;
261 profile->enable_gb_fuse_table_ckson;
263 le16_to_cpu(profile->psm_age_comfactor);
266 le32_to_cpu(profile->dispclk2gfxclk_a);
268 le32_to_cpu(profile->dispclk2gfxclk_b);
270 le32_to_cpu(profile->dispclk2gfxclk_c);
272 le32_to_cpu(profile->dcefclk2gfxclk_a);
274 le32_to_cpu(profile->dcefclk2gfxclk_b);
276 le32_to_cpu(profile->dcefclk2gfxclk_c);
278 le32_to_cpu(profile->pixclk2gfxclk_a);
280 le32_to_cpu(profile->pixclk2gfxclk_b);
282 le32_to_cpu(profile->pixclk2gfxclk_c);
284 le32_to_cpu(profile->phyclk2gfxclk_a);
286 le32_to_cpu(profile->phyclk2gfxclk_b);
288 le32_to_cpu(profile->phyclk2gfxclk_c);
298 profile_v4_2 = (struct atom_asic_profiling_info_v4_2 *)profile;
364 le32_to_cpu(profile->phyclk2gfxclk_a);