Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c265 u32 get_periph_clk(void) in get_periph_clk() function
314 freq = get_periph_clk(); in get_ipg_per_clk()
424 return get_periph_clk() / (pdf + 1); in get_axi_a_clk()
432 return get_periph_clk() / (pdf + 1); in get_axi_b_clk()
444 return get_periph_clk() / (pdf + 1); in get_emi_slow_clk()
807 clk_src = get_periph_clk(); in config_ddr_clk()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h116 u32 get_periph_clk(void);
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c321 u32 get_periph_clk(void) in get_periph_clk() function
447 root_freq = get_periph_clk(); in get_axi_clk()
547 return get_periph_clk() / (podf + 1); in get_mmdc_ch0_clk()
1229 return get_periph_clk(); in mxc_get_clock()
H A Dsoc.c303 div = get_periph_clk() / val - 1; in set_ahb_rate()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dcpu.c272 return get_periph_clk() / (ahb_podf + 1); in get_ahb_clk()