Home
last modified time | relevance | path

Searched refs:lbiu_clk (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspeed.c113 u32 lbiu_clk; in get_clocks() local
392 lbiu_clk = csb_clk * in get_clocks()
399 lclk_clk = lbiu_clk / lcrr; in get_clocks()
476 gd->arch.lbiu_clk = lbiu_clk; in get_clocks()
535 strmhz(buf, gd->arch.lbiu_clk)); in do_clocks()
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c168 u32 lbiu_clk = csb_clk * in init_single_clk() local
173 priv->speed[clk] = lbiu_clk; in init_single_clk()
179 priv->speed[clk] = lbiu_clk / clkdiv; in init_single_clk()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h54 u32 lbiu_clk; member