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

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

#include "core.h"

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