Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/bcm/
H A Dclk-iproc-armpll.c58 struct iproc_arm_pll { struct
64 #define to_iproc_arm_pll(hw) container_of(hw, struct iproc_arm_pll, hw) argument
66 static unsigned int __get_fid(struct iproc_arm_pll *pll) in __get_fid()
106 static int __get_mdiv(struct iproc_arm_pll *pll) in __get_mdiv()
141 static unsigned int __get_ndiv(struct iproc_arm_pll *pll) in __get_ndiv()
188 struct iproc_arm_pll *pll = to_iproc_arm_pll(hw); in iproc_arm_pll_recalc_rate()
237 struct iproc_arm_pll *pll; in iproc_armpll_setup()