Searched refs:LCRR_CLKDIV (Results 1 – 14 of 14) sorted by relevance
81 if (sysinfo.freq_localbus > LCRR_CLKDIV) { in checkcpu()
249 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
251 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
136 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
162 #define LCRR_CLKDIV 0x0000000F macro
73 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
144 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
294 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
170 u32 clkdiv = lcrr_field(im, LCRR_CLKDIV); in init_single_clk()
190 LCRR_CLKDIV | in cpu_init_f()
394 lcrr = (im->im_lbc.lcrr & LCRR_CLKDIV) >> LCRR_CLKDIV_SHIFT; in get_clocks()
325 #define LCRR_CLKDIV 0x0000001F macro
222 if (sysinfo.freq_localbus > LCRR_CLKDIV) { in checkcpu()
879 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR); in cpu_init_r()