Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dspeed.c88 u32 tsec1_clk; in get_clocks() local
160 tsec1_clk = 0; in get_clocks()
163 tsec1_clk = csb_clk; in get_clocks()
166 tsec1_clk = csb_clk / 2; in get_clocks()
169 tsec1_clk = csb_clk / 3; in get_clocks()
218 tsec2_clk = tsec1_clk; in get_clocks()
221 tsec1_clk = 0; in get_clocks()
451 gd->arch.tsec1_clk = tsec1_clk; in get_clocks()
562 strmhz(buf, gd->arch.tsec1_clk)); in do_clocks()
/external/u-boot/arch/powerpc/include/asm/
Dglobal_data.h37 u32 tsec1_clk; member