Home
last modified time | relevance | path

Searched refs:pciexp1_clk (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dspeed.c128 u32 pciexp1_clk; in get_clocks() local
338 pciexp1_clk = 0; in get_clocks()
341 pciexp1_clk = csb_clk; in get_clocks()
344 pciexp1_clk = csb_clk / 2; in get_clocks()
347 pciexp1_clk = csb_clk / 3; in get_clocks()
489 gd->arch.pciexp1_clk = pciexp1_clk; in get_clocks()
586 strmhz(buf, gd->arch.pciexp1_clk)); in do_clocks()
/external/u-boot/arch/powerpc/include/asm/
Dglobal_data.h58 u32 pciexp1_clk; member