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