linux/drivers/clk/sifive/fu740-prci.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2020-2021 SiFive, Inc.
 * Copyright (C) 2020-2021 Zong Li
 */

#ifndef __SIFIVE_CLK_FU740_PRCI_H
#define __SIFIVE_CLK_FU740_PRCI_H

#include <linux/module.h>

#include <dt-bindings/clock/sifive-fu740-prci.h>

#include "sifive-prci.h"

/* PRCI integration data for each WRPLL instance */

static struct __prci_wrpll_data sifive_fu740_prci_corepll_data =;

static struct __prci_wrpll_data sifive_fu740_prci_ddrpll_data =;

static struct __prci_wrpll_data sifive_fu740_prci_gemgxlpll_data =;

static struct __prci_wrpll_data sifive_fu740_prci_dvfscorepll_data =;

static struct __prci_wrpll_data sifive_fu740_prci_hfpclkpll_data =;

static struct __prci_wrpll_data sifive_fu740_prci_cltxpll_data =;

/* Linux clock framework integration */

static const struct clk_ops sifive_fu740_prci_wrpll_clk_ops =;

static const struct clk_ops sifive_fu740_prci_wrpll_ro_clk_ops =;

static const struct clk_ops sifive_fu740_prci_tlclksel_clk_ops =;

static const struct clk_ops sifive_fu740_prci_hfpclkplldiv_clk_ops =;

static const struct clk_ops sifive_fu740_prci_pcie_aux_clk_ops =;

/* List of clock controls provided by the PRCI */
static struct __prci_clock __prci_init_clocks_fu740[] =;

static const struct prci_clk_desc prci_clk_fu740 =;

#endif /* __SIFIVE_CLK_FU740_PRCI_H */