Home
last modified time | relevance | path

Searched refs:LCRR_CLKDIV (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dcpu.c81 if (sysinfo.freq_localbus > LCRR_CLKDIV) { in checkcpu()
/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c249 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c251 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
/openbmc/u-boot/board/freescale/mpc8568mds/
H A Dmpc8568mds.c136 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h162 #define LCRR_CLKDIV 0x0000000F macro
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c73 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
/openbmc/u-boot/board/socrates/
H A Dsocrates.c144 clkdiv = lbc->lcrr & LCRR_CLKDIV; in local_bus_init()
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c294 clkdiv = (lbc->lcrr & LCRR_CLKDIV) * 2; in local_bus_init()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h325 #define LCRR_CLKDIV 0x0000001F macro
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c190 LCRR_CLKDIV | in cpu_init_f()
H A Dspeed.c394 lcrr = (im->im_lbc.lcrr & LCRR_CLKDIV) >> LCRR_CLKDIV_SHIFT; in get_clocks()
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c170 u32 clkdiv = lcrr_field(im, LCRR_CLKDIV); in init_single_clk()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c222 if (sysinfo.freq_localbus > LCRR_CLKDIV) { in checkcpu()
H A Dcpu_init.c879 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR); in cpu_init_r()