Searched refs:LCRR_DBYP (Results 1 – 20 of 20) sorted by relevance
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()
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()
93 lcrr &= (~LCRR_DBYP); /* DLL Enabled */ in local_bus_init()96 lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init()
149 lcrr &= ~LCRR_DBYP; /* DLL Enabled */ in local_bus_init()151 lcrr |= LCRR_DBYP; /* DLL Bypass */ in local_bus_init()
147 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
210 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
36 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
168 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
208 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
178 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
179 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
182 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
211 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
197 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
329 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
223 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
235 #define CONFIG_SYS_LCRR_DBYP LCRR_DBYP
184 LCRR_DBYP | in cpu_init_f()
302 #define LCRR_DBYP 0x80000000 macro