/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-pll.h | 26 struct mtk_pll_data { struct 70 const struct mtk_pll_data *data; argument 74 const struct mtk_pll_data *plls, int num_plls, 76 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls, 102 const struct mtk_pll_data *data, 105 struct clk_hw *mtk_clk_register_pll(const struct mtk_pll_data *data, 110 const struct mtk_pll_data *data);
|
H A D | clk-pllfh.c | 152 mtk_clk_register_pllfh(const struct mtk_pll_data *pll_data, in mtk_clk_register_pllfh() 198 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_pllfhs() 213 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_pllfhs() 239 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_pllfhs() 260 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_pllfhs() 271 const struct mtk_pll_data *pll = &plls[i - 1]; in mtk_clk_unregister_pllfhs()
|
H A D | clk-pll.c | 286 const struct mtk_pll_data *data, in mtk_clk_register_pll_ops() 330 struct clk_hw *mtk_clk_register_pll(const struct mtk_pll_data *data, in mtk_clk_register_pll() 361 const struct mtk_pll_data *plls, int num_plls, in mtk_clk_register_plls() 375 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_plls() 398 const struct mtk_pll_data *pll = &plls[i]; in mtk_clk_register_plls() 411 const struct mtk_pll_data *data) in mtk_clk_pll_get_base() 418 void mtk_clk_unregister_plls(const struct mtk_pll_data *plls, int num_plls, in mtk_clk_unregister_plls() 428 const struct mtk_pll_data *pll = &plls[i - 1]; in mtk_clk_unregister_plls()
|
H A D | clk-pllfh.h | 72 const struct mtk_pll_data *plls, int num_plls, 76 void mtk_clk_unregister_pllfhs(const struct mtk_pll_data *plls, int num_plls,
|
H A D | clk-mt8195-apusys_pll.c | 52 static const struct mtk_pll_data apusys_plls[] = {
|
H A D | clk-mt7981-apmixed.c | 44 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8135-apmixedsys.c | 37 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt7986-apmixed.c | 42 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8516-apmixedsys.c | 59 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8167-apmixedsys.c | 58 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8188-apmixedsys.c | 60 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt7622-apmixedsys.c | 58 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt2712-apmixedsys.c | 79 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8365-apmixedsys.c | 82 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8186-apmixedsys.c | 46 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8183-apmixedsys.c | 110 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8173-apmixedsys.c | 60 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8195-apmixedsys.c | 61 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt8192-apmixedsys.c | 72 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt6795-apmixedsys.c | 46 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt7629.c | 312 static const struct mtk_pll_data plls[] = {
|
H A D | clk-mt6797.c | 626 static const struct mtk_pll_data plls[] = {
|
/openbmc/u-boot/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 82 static unsigned long __mtk_pll_recalc_rate(const struct mtk_pll_data *pll, in __mtk_pll_recalc_rate() 115 const struct mtk_pll_data *pll = &priv->tree->plls[clk->id]; in mtk_pll_set_rate_regs() 152 const struct mtk_pll_data *pll = &priv->tree->plls[clk->id]; in mtk_pll_calc_values() 187 const struct mtk_pll_data *pll = &priv->tree->plls[clk->id]; in mtk_apmixedsys_get_rate() 205 const struct mtk_pll_data *pll = &priv->tree->plls[clk->id]; in mtk_apmixedsys_enable() 234 const struct mtk_pll_data *pll = &priv->tree->plls[clk->id]; in mtk_apmixedsys_disable()
|
H A D | clk-mtk.h | 29 struct mtk_pll_data { struct 169 const struct mtk_pll_data *plls;
|
H A D | clk-mt7629.c | 47 static const struct mtk_pll_data apmixed_plls[] = {
|