Home
last modified time | relevance | path

Searched refs:get_periph_clk (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/mach-imx/mx5/
Dclock.c264 u32 get_periph_clk(void) in get_periph_clk() function
313 freq = get_periph_clk(); in get_ipg_per_clk()
423 return get_periph_clk() / (pdf + 1); in get_axi_a_clk()
431 return get_periph_clk() / (pdf + 1); in get_axi_b_clk()
443 return get_periph_clk() / (pdf + 1); in get_emi_slow_clk()
806 clk_src = get_periph_clk(); in config_ddr_clk()
/external/u-boot/arch/arm/include/asm/mach-imx/
Dsys_proto.h123 u32 get_periph_clk(void);
/external/u-boot/arch/arm/mach-imx/mx6/
Dclock.c320 u32 get_periph_clk(void) in get_periph_clk() function
446 root_freq = get_periph_clk(); in get_axi_clk()
546 return get_periph_clk() / (podf + 1); in get_mmdc_ch0_clk()
1242 return get_periph_clk(); in mxc_get_clock()
Dsoc.c303 div = get_periph_clk() / val - 1; in set_ahb_rate()
/external/u-boot/arch/arm/mach-imx/
Dcpu.c279 return get_periph_clk() / (ahb_podf + 1); in get_ahb_clk()