HomeSort by relevance Sort by last modified time
    Searched refs:postdiv (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/arm/mach-davinci/include/mach/
pll_defs.h 24 unsigned int postdiv; /* 0x128 */ member in struct:dv_pll_regs
hardware.h 406 dv_reg postdiv; member in struct:davinci_pllc_regs
  /external/u-boot/drivers/clk/renesas/
clk-rcar-gen3.c 167 u32 value, mult, div, prediv, postdiv; local
306 postdiv = (value >> CPG_RPC_POSTDIV_OFFSET) &
308 rate /= postdiv + 1;
310 debug("%s[%i] RPC clk: parent=%i prediv=%i postdiv=%i => rate=%llu\n",
312 core->parent, prediv, postdiv, rate);
  /external/u-boot/arch/arm/mach-davinci/
da850_lowlevel.c 91 /* program the postdiv */
94 &reg->postdiv);
97 &reg->postdiv);
dm365_lowlevel.c 70 /* Program the PostDiv for PLL1 */
71 writel(PLL_POSTDEN, &dv_pll0_regs->postdiv);
141 writel(PLL_POSTDEN, &dv_pll1_regs->postdiv);

Completed in 3517 milliseconds