Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-mx7/
H A 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);
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dclock.h340 enum root_post_div { enum
666 enum root_post_div post_div, enum clk_root_src clock_src);
671 enum root_post_div *post_div);
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A 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()
H A Dclock.c474 enum root_post_div post_div; in get_ddrc_clk()
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c670 enum root_post_div *post_div) in clock_get_postdiv()