Searched defs:pll_div (Results 1 – 7 of 7) sorted by relevance
123 struct pll_div { struct124 uint32_t mhz;125 uint32_t refdiv;126 uint32_t fbdiv;127 uint32_t postdiv1;128 uint32_t postdiv2;129 uint32_t frac;130 uint32_t freq;
15 struct pll_div { struct33 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 4, 1); argument
16 struct pll_div { struct17 u32 nr;18 u32 nf;19 u32 no;
1966 static void m0_configure_ddr(struct pll_div pll_div, uint32_t ddr_index) in m0_configure_ddr()
7979 …uint64_t pll_div : 9; /**< [ 8: 0](R/W/H) PLL divider in feedback path which sets… member8129 …uint64_t pll_div : 9; /**< [ 8: 0](R/W/H) PLL divider in feedback path which sets… member