linux/drivers/clk/mediatek/clk-mt8195-infra_ao.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 <dt-bindings/reset/mt8195-resets.h>
#include <linux/clk-provider.h>
#include <linux/platform_device.h>

static const struct mtk_gate_regs infra_ao0_cg_regs =;

static const struct mtk_gate_regs infra_ao1_cg_regs =;

static const struct mtk_gate_regs infra_ao2_cg_regs =;

static const struct mtk_gate_regs infra_ao3_cg_regs =;

static const struct mtk_gate_regs infra_ao4_cg_regs =;

#define GATE_INFRA_AO0_FLAGS(_id, _name, _parent, _shift, _flag)

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

#define GATE_INFRA_AO1_FLAGS(_id, _name, _parent, _shift, _flag)

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

#define GATE_INFRA_AO2_FLAGS(_id, _name, _parent, _shift, _flag)

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

#define GATE_INFRA_AO3_FLAGS(_id, _name, _parent, _shift, _flag)

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

#define GATE_INFRA_AO4_FLAGS(_id, _name, _parent, _shift, _flag)

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

static const struct mtk_gate infra_ao_clks[] =;

static u16 infra_ao_rst_ofs[] =;

static u16 infra_ao_idx_map[] =;

static struct mtk_clk_rst_desc infra_ao_rst_desc =;

static const struct mtk_clk_desc infra_ao_desc =;

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

static struct platform_driver clk_mt8195_infra_ao_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();