Searched refs:LCRR_CLKDIV (Results 1 – 13 of 13) sorted by relevance
82 if (sysinfo.freq_localbus > LCRR_CLKDIV) { in checkcpu()
252 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
250 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
137 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
162 #define LCRR_CLKDIV 0x0000000F macro
74 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
145 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
295 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
191 LCRR_CLKDIV | in cpu_init_f()
393 lcrr = (im->im_lbc.lcrr & LCRR_CLKDIV) >> LCRR_CLKDIV_SHIFT; in get_clocks()
326 #define LCRR_CLKDIV 0x0000001F macro
223 if (sysinfo.freq_localbus > LCRR_CLKDIV) { in checkcpu()
881 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR); in cpu_init_r()