#include <linux/clk-provider.h>
#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
#include "clk-mtk.h"
#include "clk-gate.h"
#include <dt-bindings/clock/mt7629-clk.h>
#define GATE_PCIE(_id, _name, _parent, _shift) …
#define GATE_SSUSB(_id, _name, _parent, _shift) …
static const struct mtk_gate_regs pcie_cg_regs = …;
static const struct mtk_gate_regs ssusb_cg_regs = …;
static const struct mtk_gate ssusb_clks[] = …;
static const struct mtk_gate pcie_clks[] = …;
static u16 rst_ofs[] = …;
static const struct mtk_clk_rst_desc clk_rst_desc = …;
static const struct mtk_clk_desc ssusb_desc = …;
static const struct mtk_clk_desc pcie_desc = …;
static const struct of_device_id of_match_clk_mt7629_hif[] = …;
MODULE_DEVICE_TABLE(of, of_match_clk_mt7629_hif);
static struct platform_driver clk_mt7629_hif_drv = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;