linux/drivers/platform/x86/intel/pmc/cnp.c

// SPDX-License-Identifier: GPL-2.0
/*
 * This file contains platform specific structure definitions
 * and init function used by Cannon Lake Point PCH.
 *
 * Copyright (c) 2022, Intel Corporation.
 * All Rights Reserved.
 *
 */

#include "core.h"

/* Cannon Lake: PGD PFET Enable Ack Status Register(s) bitmap */
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)
{}