Home
last modified time | relevance | path

Searched refs:new_dds (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/mediatek/
H A Dclk-fhctl.c118 struct fh_pll_state *state, unsigned int new_dds) in hopping_hw_flow() argument
137 writel((new_dds) | (data->dvfs_tri), regs->reg_dvfs); in hopping_hw_flow()
141 (mon_dds & dds_mask) == new_dds, in hopping_hw_flow()
181 static int fhctl_hopping(struct mtk_fh *fh, unsigned int new_dds, in fhctl_hopping() argument
202 ret = hopping_hw_flow(pll, regs, data, state, new_dds); in fhctl_hopping()
H A Dclk-pllfh.h66 int (*hopping)(struct mtk_fh *fh, unsigned int new_dds,