#include "core.h"
const struct pmc_bit_map adl_pfear_map[] = …;
const struct pmc_bit_map *ext_adl_pfear_map[] = …;
const struct pmc_bit_map adl_ltr_show_map[] = …;
const struct pmc_bit_map adl_clocksource_status_map[] = …;
const struct pmc_bit_map adl_power_gating_status_0_map[] = …;
const struct pmc_bit_map adl_power_gating_status_1_map[] = …;
const struct pmc_bit_map adl_power_gating_status_2_map[] = …;
const struct pmc_bit_map adl_d3_status_0_map[] = …;
const struct pmc_bit_map adl_d3_status_1_map[] = …;
const struct pmc_bit_map adl_d3_status_2_map[] = …;
const struct pmc_bit_map adl_d3_status_3_map[] = …;
const struct pmc_bit_map adl_vnn_req_status_0_map[] = …;
const struct pmc_bit_map adl_vnn_req_status_1_map[] = …;
const struct pmc_bit_map adl_vnn_req_status_2_map[] = …;
const struct pmc_bit_map adl_vnn_req_status_3_map[] = …;
const struct pmc_bit_map adl_vnn_misc_status_map[] = …;
const struct pmc_bit_map *adl_lpm_maps[] = …;
const struct pmc_reg_map adl_reg_map = …;
int adl_core_init(struct pmc_dev *pmcdev)
{ … }