#include <dt-bindings/clock/mediatek,mt8188-clk.h>
#include <dt-bindings/reset/mt8188-resets.h>
#include <linux/clk-provider.h>
#include <linux/platform_device.h>
#include "clk-gate.h"
#include "clk-mtk.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(_id, _name, _parent, _shift) …
#define GATE_INFRA_AO2_FLAGS(_id, _name, _parent, _shift, _flag) …
#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 const 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_mt8188_infra_ao[] = …;
MODULE_DEVICE_TABLE(of, of_match_clk_mt8188_infra_ao);
static struct platform_driver clk_mt8188_infra_ao_drv = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;