#include <dt-bindings/clock/mt8167-clk.h>
#include <linux/clk.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include "clk-pll.h"
#include "clk-mtk.h"
static DEFINE_SPINLOCK(mt8167_apmixed_clk_lock);
#define MT8167_PLL_FMAX …
#define CON0_MT8167_RST_BAR …
#define PLL_B(_id, _name, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, \
_pd_reg, _pd_shift, _tuner_reg, _pcw_reg, \
_pcw_shift, _div_table) …
#define PLL(_id, _name, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, \
_pd_reg, _pd_shift, _tuner_reg, _pcw_reg, \
_pcw_shift) …
static const struct mtk_pll_div_table mmpll_div_table[] = …;
static const struct mtk_pll_data plls[] = …;
#define DIV_ADJ_FLAG(_id, _name, _parent, _reg, _shift, _width, _flag) …
static const struct mtk_clk_divider adj_divs[] = …;
static int clk_mt8167_apmixed_probe(struct platform_device *pdev)
{ … }
static const struct of_device_id of_match_clk_mt8167_apmixed[] = …;
MODULE_DEVICE_TABLE(of, of_match_clk_mt8167_apmixed);
static struct platform_driver clk_mt8167_apmixed_drv = …;
builtin_platform_driver(…) …
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;