Searched refs:mxc_pll_reg (Results 1 – 2 of 2) sorted by relevance
29 struct mxc_pll_reg *mxc_plls[PLL_CLOCKS] = {30 [PLL1_CLOCK] = (struct mxc_pll_reg *)PLL1_BASE_ADDR,31 [PLL2_CLOCK] = (struct mxc_pll_reg *)PLL2_BASE_ADDR,32 [PLL3_CLOCK] = (struct mxc_pll_reg *)PLL3_BASE_ADDR,34 [PLL4_CLOCK] = (struct mxc_pll_reg *)PLL4_BASE_ADDR,161 static uint32_t decode_pll(struct mxc_pll_reg *pll, uint32_t infreq) in decode_pll()649 struct mxc_pll_reg *pll = mxc_plls[index]; in config_pll_clk()
13 struct mxc_pll_reg { struct