Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/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);
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-imx8m/
Dclock.h54 enum root_post_div { enum
264 enum root_post_div post_div, enum clk_root_src clock_src);
269 enum root_post_div *post_div);
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8m/
Dclock_slice.c735 enum root_post_div *post_div) in clock_get_postdiv()