Searched refs:lcrr (Results 1 - 7 of 7) sorted by relevance

/u-boot/board/socrates/
H A Dsocrates.c146 uint lcrr = CFG_SYS_LBC_LCRR; local
149 clkdiv = lbc->lcrr & LCRR_CLKDIV;
154 lcrr &= ~LCRR_DBYP; /* DLL Enabled */
156 lcrr |= LCRR_DBYP; /* DLL Bypass */
158 out_be32 (&lbc->lcrr, lcrr);
/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c78 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2;
89 lbc->lcrr |= 0x00030000;
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c88 u32 lcrr; local
367 lcrr = (im->im_lbc.lcrr & LCRR_CLKDIV) >> LCRR_CLKDIV_SHIFT;
368 switch (lcrr) {
372 lclk_clk = lbiu_clk / lcrr;
375 /* unknown lcrr */
H A Dcpu_init.c171 clrsetbits_be32(&im->im_lbc.lcrr, lcrr_mask, lcrr_val);
172 __raw_readl(&im->im_lbc.lcrr);
/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h470 #define get_lbc_lcrr() (in_be32(&(LBC_BASE_ADDR)->lcrr))
515 u32 lcrr; /* LBC Clock Ratio */ member in struct:fsl_lbc
/u-boot/drivers/clk/
H A Dmpc83xx_clk.h304 u32 res = in_be32(&im->im_lbc.lcrr);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c812 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CFG_SYS_LBC_LCRR);
813 __raw_readl(&lbc->lcrr);

Completed in 173 milliseconds