linux/drivers/clk/mediatek/clk-mt8195-vdec.c

// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c) 2021 MediaTek Inc.
// Author: Chun-Jie Chen <[email protected]>

#include "clk-gate.h"
#include "clk-mtk.h"

#include <dt-bindings/clock/mt8195-clk.h>
#include <linux/clk-provider.h>
#include <linux/platform_device.h>

static const struct mtk_gate_regs vdec0_cg_regs =;

static const struct mtk_gate_regs vdec1_cg_regs =;

static const struct mtk_gate_regs vdec2_cg_regs =;

#define GATE_VDEC0(_id, _name, _parent, _shift)

#define GATE_VDEC1(_id, _name, _parent, _shift)

#define GATE_VDEC2(_id, _name, _parent, _shift)

static const struct mtk_gate vdec_clks[] =;

static const struct mtk_gate vdec_core1_clks[] =;

static const struct mtk_gate vdec_soc_clks[] =;

static const struct mtk_clk_desc vdec_desc =;

static const struct mtk_clk_desc vdec_core1_desc =;

static const struct mtk_clk_desc vdec_soc_desc =;

static const struct of_device_id of_match_clk_mt8195_vdec[] =;
MODULE_DEVICE_TABLE(of, of_match_clk_mt8195_vdec);

static struct platform_driver clk_mt8195_vdec_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();