Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/bcm/
Dclk-iproc-armpll.c68 struct iproc_arm_pll { struct
74 #define to_iproc_arm_pll(hw) container_of(hw, struct iproc_arm_pll, hw) argument
76 static unsigned int __get_fid(struct iproc_arm_pll *pll) in __get_fid()
116 static int __get_mdiv(struct iproc_arm_pll *pll) in __get_mdiv()
151 static unsigned int __get_ndiv(struct iproc_arm_pll *pll) in __get_ndiv()
198 struct iproc_arm_pll *pll = to_iproc_arm_pll(hw); in iproc_arm_pll_recalc_rate()
247 struct iproc_arm_pll *pll; in iproc_armpll_setup()