// SPDX-License-Identifier: GPL-2.0 /* * This file contains platform specific structure definitions * and init function used by Ice Lake PCH. * * Copyright (c) 2022, Intel Corporation. * All Rights Reserved. * */ #include "core.h" const struct pmc_bit_map icl_pfear_map[] = …; const struct pmc_bit_map *ext_icl_pfear_map[] = …; const struct pmc_reg_map icl_reg_map = …; int icl_core_init(struct pmc_dev *pmcdev) { … }