linux/drivers/clk/socfpga/clk-periph.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *  Copyright 2011-2012 Calxeda, Inc.
 *  Copyright (C) 2012-2013 Altera Corporation <www.altera.com>
 *
 * Based from clk-highbank.c
 */
#include <linux/slab.h>
#include <linux/clk-provider.h>
#include <linux/io.h>
#include <linux/of.h>

#include "clk.h"

#define to_socfpga_periph_clk(p)

static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk,
					     unsigned long parent_rate)
{}

static u8 clk_periclk_get_parent(struct clk_hw *hwclk)
{}

static const struct clk_ops periclk_ops =;

static void __init __socfpga_periph_init(struct device_node *node,
					 const struct clk_ops *ops)
{}

void __init socfpga_periph_init(struct device_node *node)
{}