Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/arch/powerpc/cpu/mpc83xx/
A Dspeed.c113 u32 lbiu_clk; in get_clocks() local
373 lbiu_clk = csb_clk * in get_clocks()
380 lclk_clk = lbiu_clk / lcrr; in get_clocks()
454 gd->arch.lbiu_clk = lbiu_clk; in get_clocks()
519 strmhz(buf, gd->arch.lbiu_clk)); in do_clocks()
/u-boot-v2022.01-rc1/arch/powerpc/include/asm/
A Dglobal_data.h50 u32 lbiu_clk; member
/u-boot-v2022.01-rc1/drivers/clk/
A Dmpc83xx_clk.c177 u32 lbiu_clk = csb_clk * in init_single_clk() local
182 priv->speed[clk] = lbiu_clk; in init_single_clk()
188 priv->speed[clk] = lbiu_clk / clkdiv; in init_single_clk()

Completed in 7 milliseconds