Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-mx7/
Dclock_slice.h23 enum root_post_div { enum
102 int clock_set_postdiv(enum clk_root_index clock_id, enum root_post_div div);
103 int clock_get_postdiv(enum clk_root_index clock_id, enum root_post_div *div);
111 enum root_post_div post_div, enum clk_root_src clock_src);
/external/u-boot/arch/arm/include/asm/arch-mx8m/
Dclock.h338 enum root_post_div { enum
644 enum root_post_div post_div, enum clk_root_src clock_src);
649 enum root_post_div *post_div);
/external/u-boot/arch/arm/mach-imx/mx7/
Dclock_slice.c520 int clock_set_postdiv(enum clk_root_index clock_id, enum root_post_div div) in clock_set_postdiv()
548 int clock_get_postdiv(enum clk_root_index clock_id, enum root_post_div *div) in clock_get_postdiv()
672 enum root_post_div post_div, enum clk_root_src clock_src) in clock_root_cfg()
Dclock.c474 enum root_post_div post_div; in get_ddrc_clk()
/external/u-boot/arch/arm/mach-imx/mx8m/
Dclock_slice.c670 enum root_post_div *post_div) in clock_get_postdiv()