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

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

#include "core.h"

const struct pmc_bit_map spt_pll_map[] =;

const struct pmc_bit_map spt_mphy_map[] =;

const struct pmc_bit_map spt_pfear_map[] =;

const struct pmc_bit_map *ext_spt_pfear_map[] =;

const struct pmc_bit_map spt_ltr_show_map[] =;

const struct pmc_reg_map spt_reg_map =;

int spt_core_init(struct pmc_dev *pmcdev)
{}