Home
last modified time | relevance | path

Searched refs:LCRR_DBYP (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c253 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()
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c255 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()
/openbmc/u-boot/board/sbc8548/
H A Dsbc8548.c93 lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init()
96 lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init()
/openbmc/u-boot/board/socrates/
H A Dsocrates.c149 lcrr &= ~LCRR_DBYP; /* DLL Enabled */ in local_bus_init()
151 lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init()
/openbmc/u-boot/include/configs/
H A Dkm8360.h147 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A Dmpc8308_p1m.h210 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DTQM834x.h36 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC8308RDB.h206 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC8323ERDB.h168 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC832XEMDS.h178 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC8315ERDB.h179 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A Dsbc8349.h179 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A Dhrcon.h197 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC837XERDB.h234 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC8349ITX.h325 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC837XEMDS.h211 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A Dstrider.h197 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
H A DMPC8349EMDS.h219 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h154 #define LCRR_DBYP 0x80000000 macro
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c184 LCRR_DBYP | in cpu_init_f()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h302 #define LCRR_DBYP 0x80000000 macro