#include "core.h"
const struct pmc_bit_map cnp_pfear_map[] = …;
const struct pmc_bit_map *ext_cnp_pfear_map[] = …;
const struct pmc_bit_map cnp_slps0_dbg0_map[] = …;
const struct pmc_bit_map cnp_slps0_dbg1_map[] = …;
const struct pmc_bit_map cnp_slps0_dbg2_map[] = …;
const struct pmc_bit_map *cnp_slps0_dbg_maps[] = …;
const struct pmc_bit_map cnp_ltr_show_map[] = …;
const struct pmc_reg_map cnp_reg_map = …;
void cnl_suspend(struct pmc_dev *pmcdev)
{ … }
int cnl_resume(struct pmc_dev *pmcdev)
{ … }
int cnp_core_init(struct pmc_dev *pmcdev)
{ … }