Searched refs:lcrr (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/board/sbc8548/ |
D | sbc8548.c | 60 uint clkdiv, lbc_mhz, lcrr = CONFIG_SYS_LBC_LCRR; in local_bus_init() local 68 debug("LCRR=0x%x, CD=%d, MHz=%d\n", lcrr, clkdiv, lbc_mhz); in local_bus_init() 84 lcrr &= ~LCRR_EADC; in local_bus_init() 85 lcrr |= LCRR_EADC_2; in local_bus_init() 93 lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init() 96 lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init() 98 out_be32(&lbc->lcrr, lcrr); in local_bus_init() 105 lcrr = in_be32(&lbc->lcrr); in local_bus_init()
|
/external/u-boot/board/socrates/ |
D | socrates.c | 141 uint lcrr = CONFIG_SYS_LBC_LCRR; in local_bus_init() local 144 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init() 149 lcrr &= ~LCRR_DBYP; /* DLL Enabled */ in local_bus_init() 151 lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init() 153 out_be32 (&lbc->lcrr, lcrr); in local_bus_init()
|
/external/u-boot/board/freescale/mpc8555cds/ |
D | mpc8555cds.c | 249 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init() 253 lbc->lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init() 256 lbc->lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init() 259 lbc->lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init()
|
/external/u-boot/board/freescale/mpc8541cds/ |
D | mpc8541cds.c | 251 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init() 255 lbc->lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init() 258 lbc->lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init() 261 lbc->lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init()
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | speed.c | 83 u32 lcrr; in get_clocks() local 392 lcrr = (im->im_lbc.lcrr & LCRR_CLKDIV) >> LCRR_CLKDIV_SHIFT; in get_clocks() 393 switch (lcrr) { in get_clocks() 397 lclk_clk = lbiu_clk / lcrr; in get_clocks()
|
D | cpu_init.c | 234 clrsetbits_be32(&im->im_lbc.lcrr, lcrr_mask, lcrr_val); in cpu_init_f() 235 __raw_readl(&im->im_lbc.lcrr); in cpu_init_f()
|
/external/u-boot/board/freescale/mpc8569mds/ |
D | mpc8569mds.c | 294 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init() 304 out_be32(&lbc->lcrr, (u32)in_be32(&lbc->lcrr)| 0x00030000); in local_bus_init()
|
/external/u-boot/board/freescale/mpc8568mds/ |
D | mpc8568mds.c | 136 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init() 147 lbc->lcrr |= 0x00030000; in local_bus_init()
|
/external/u-boot/board/freescale/mpc8548cds/ |
D | mpc8548cds.c | 73 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init() 84 lbc->lcrr |= 0x00030000; in local_bus_init()
|
/external/u-boot/board/varisys/cyrus/ |
D | cyrus.c | 64 out_be32(&lbc->lcrr, 0x80000000 | CONFIG_SYS_LBC_LCRR); in board_early_init_r()
|
/external/u-boot/arch/powerpc/include/asm/ |
D | fsl_lbc.h | 471 #define get_lbc_lcrr() (in_be32(&(LBC_BASE_ADDR)->lcrr)) 516 u32 lcrr; /* LBC Clock Ratio */ member
|
/external/u-boot/board/esd/vme8349/ |
D | vme8349.c | 96 clrsetbits_be32(&im->im_lbc.lcrr, LBCR_LDIS, 0); in misc_init_r()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 879 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR); in cpu_init_r() 880 __raw_readl(&lbc->lcrr); in cpu_init_r()
|