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

  /external/u-boot/board/varisys/cyrus/
cyrus.c 64 out_be32(&lbc->lcrr, 0x80000000 | CONFIG_SYS_LBC_LCRR);
  /external/u-boot/include/configs/
MPC8540ADS.h 163 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
MPC8541CDS.h 163 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
MPC8555CDS.h 161 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
MPC8560ADS.h 162 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
MPC8568MDS.h 138 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
P1023RDB.h 52 #define CONFIG_SYS_LBC_LCRR LCRR_CLKDIV_8
socrates.h 125 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
xpedite520x.h 78 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_8 | LCRR_EADC_3)
MPC8548CDS.h 227 #define CONFIG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
MPC8569MDS.h 198 #define CONFIG_SYS_LBC_LCRR 0x00000004 /* LB clock ratio reg */
cyrus.h 138 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_16 | LCRR_EADC_1)
p1_twr.h 17 #define CONFIG_SYS_LBC_LCRR 0x80000002 /* LB clock ratio reg */
sbc8548.h 340 #define CONFIG_SYS_LBC_LCRR 0x00000002 /* LB clock ratio reg */
xpedite537x.h 95 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_8 | LCRR_EADC_3)
xpedite550x.h 96 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_8 | LCRR_EADC_3)
P2041RDB.h 160 #define CONFIG_SYS_LBC_LCRR LCRR_CLKDIV_8
corenet_ds.h 173 #define CONFIG_SYS_LBC_LCRR LCRR_CLKDIV_8
xpedite517x.h 101 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_4 | LCRR_EADC_3)
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init.c 725 #ifdef CONFIG_SYS_LBC_LCRR
874 #ifdef CONFIG_SYS_LBC_LCRR
879 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR);
  /external/u-boot/board/sbc8548/
sbc8548.c 60 uint clkdiv, lbc_mhz, lcrr = CONFIG_SYS_LBC_LCRR;
  /external/u-boot/include/configs/km/
kmp204x-common.h 143 #define CONFIG_SYS_LBC_LCRR (LCRR_CLKDIV_8 | LCRR_EADC_2)
  /external/u-boot/board/socrates/
socrates.c 141 uint lcrr = CONFIG_SYS_LBC_LCRR;

Completed in 437 milliseconds